From a595688db680ba406ff744accf9284f99c70b2f1 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 3 Feb 2013 23:00:29 +0200 Subject: Another go with setup.py... --- setup.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3