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:
parent
932d29a1ab
commit
6fe1a95a2e
11 changed files with 660 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue