Update description and long description
[ci skip]
This commit is contained in:
parent
78c1a95dc3
commit
52609334bd
1 changed files with 4 additions and 3 deletions
7
setup.py
7
setup.py
|
|
@ -32,9 +32,10 @@ setup(
|
|||
author_email='ryan@venodesigns.net',
|
||||
license='MIT License',
|
||||
url='http://github.com/ryanmcgrath/twython/tree/master',
|
||||
keywords='twitter search api tweet twython',
|
||||
description='An easy (and up to date) way to access Twitter data with Python.',
|
||||
long_description=open('README.rst').read(),
|
||||
keywords='twitter search api tweet twython stream',
|
||||
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(),
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue