Reorganizing structure, finally made the setup.py install function actually work - thanks to the guys in #python for their help.

This commit is contained in:
Ryan McGrath 2009-08-06 01:48:14 -04:00
parent 5ba7e99e6e
commit c0b56f33a7
7 changed files with 658 additions and 3 deletions

View file

@ -11,7 +11,7 @@ __version__ = '0.5'
METADATA = dict(
name = "twython",
version = __version__,
py_modules = ['twython/twython'],
py_modules = ['twython'],
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
description='A new and easy way to access Twitter data with Python.',