From db095ecbf3647def0b2e0d1105ef6f10b685ce9a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 16 May 2010 14:36:37 -0400 Subject: [PATCH] Changed name to GistAPI.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc90836..1a3837a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup(name='gist', author='Kenneth Reitz', author_email='me@kennethreitz.com', url='http://github.com/kennethreitz/gistapi.py', - packages=['gist'], + packages=['gistapi'], license='MIT', classifiers = ( "Development Status :: 4 - Beta",