There, *now* this build should be fixed.

This commit is contained in:
Ryan McGrath 2009-08-06 02:43:40 -04:00
parent c0b56f33a7
commit adab94b240
7 changed files with 659 additions and 4 deletions

View file

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