pep8 finished
This commit is contained in:
parent
6206c0b73f
commit
a0fec2f004
9 changed files with 155 additions and 76 deletions
5
setup.py
5
setup.py
|
|
@ -29,9 +29,10 @@ setup(
|
|||
license=open('LICENSE').read(),
|
||||
url='https://github.com/ryanmcgrath/twython/tree/master',
|
||||
keywords='twitter search api tweet twython stream',
|
||||
description='Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs',
|
||||
description='Actively maintained, pure Python wrapper for the \
|
||||
Twitter API. Supports both normal and streaming Twitter APIs',
|
||||
long_description=open('README.rst').read() + '\n\n' +
|
||||
open('HISTORY.rst').read(),
|
||||
open('HISTORY.rst').read(),
|
||||
include_package_data=True,
|
||||
packages=packages,
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue