Update description and long description

[ci skip]
This commit is contained in:
Mike Helmick 2013-05-21 19:29:15 -04:00
parent 78c1a95dc3
commit 52609334bd

View file

@ -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',