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',
|
author_email='ryan@venodesigns.net',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
url='http://github.com/ryanmcgrath/twython/tree/master',
|
url='http://github.com/ryanmcgrath/twython/tree/master',
|
||||||
keywords='twitter search api tweet twython',
|
keywords='twitter search api tweet twython stream',
|
||||||
description='An easy (and up to date) way to access Twitter data with Python.',
|
description='Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read() + '\n\n' +
|
||||||
|
open('HISTORY.rst').read(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue