From 2e129da232d248ed8eb8dccbafa3d2f8f5ceb0f4 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 3 Feb 2013 22:41:54 +0200 Subject: setup.py name change --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') 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', -- cgit v1.2.3