aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/setup.py b/setup.py
index 697a202..a26c537 100644
--- a/setup.py
+++ b/setup.py
@@ -1,11 +1,9 @@
from setuptools import setup, find_packages
import sys, os
-version = '0.2'
-
setup(
- name='gsx',
- version=version,
+ name='pygsx',
+ version='0.2',
description="Apple GSX integration.",
long_description='',
classifiers=[
@@ -17,7 +15,6 @@ setup(
'Topic :: Internet :: WWW/HTTP'
],
keywords='gsx, python',
- py_modules=['gsx'],
author='Filipp Lepalaan',
author_email='filipp@mcare.fi',
url='https://github.com/filipp/py-gsx',