aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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',