Update READMEs, fixed streaming pkg error

Removed Twython 1.3 note from READMEs, explained dynamic function
arguments in another place

Fixed error that caused users to not be able to install 2.9.0
This commit is contained in:
Mike Helmick 2013-05-04 20:15:02 -04:00
parent 9aa557ac93
commit 60b2e14bef
3 changed files with 82 additions and 53 deletions

View file

@ -7,7 +7,8 @@ __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '2.9.1'
packages = [
'twython'
'twython',
'twython.streaming'
]
if sys.argv[-1] == 'publish':