Packaged versions galore... Need to figure out the best way to handle Tango3k soon - perhaps in a new branch? Is anyone even using it at the moment?

This commit is contained in:
Ryan McGrath 2009-07-28 23:31:15 -04:00
parent 932d29a1ab
commit 6fe1a95a2e
11 changed files with 660 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '0.6'
__version__ = '0.7'
# For the love of god, use Pip to install this.
@ -13,7 +13,7 @@ METADATA = dict(
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
description='A new and easy way to access Twitter data with Python.',
license='Tango License',
license='MIT License',
url='http://github.com/ryanmcgrath/tango/tree/master',
keywords='twitter search api tweet tango',
)