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:
parent
9aa557ac93
commit
60b2e14bef
3 changed files with 82 additions and 53 deletions
3
setup.py
3
setup.py
|
|
@ -7,7 +7,8 @@ __author__ = 'Ryan McGrath <ryan@venodesigns.net>'
|
|||
__version__ = '2.9.1'
|
||||
|
||||
packages = [
|
||||
'twython'
|
||||
'twython',
|
||||
'twython.streaming'
|
||||
]
|
||||
|
||||
if sys.argv[-1] == 'publish':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue