aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-02-03 22:41:54 +0200
committerFilipp Lepalaan <f@230.to>2013-02-03 22:41:54 +0200
commit2e129da232d248ed8eb8dccbafa3d2f8f5ceb0f4 (patch)
treea0670f53af23d6803308f152eb231af749959bf9 /setup.py
parentd1232951b0be61a86af001aa3057b4b279574047 (diff)
downloadpy-gsxws-2e129da232d248ed8eb8dccbafa3d2f8f5ceb0f4.tar.gz
py-gsxws-2e129da232d248ed8eb8dccbafa3d2f8f5ceb0f4.tar.bz2
py-gsxws-2e129da232d248ed8eb8dccbafa3d2f8f5ceb0f4.zip
setup.py name change
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 01961be..5ad6afb 100644
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ import sys, os
version = '0.1'
setup(
- name='py-gsx',
+ name='gsx',
version=version,
description="Apple GSX integration.",
long_description='',
@@ -17,7 +17,7 @@ setup(
'Topic :: Internet :: WWW/HTTP'
],
keywords='gsx, python',
- py_modules=['py-gsx'],
+ py_modules=['gsx'],
author='Filipp Lepalaan',
author_email='filipp@mcare.fi',
url='https://github.com/filipp/py-gsx',