From 52609334bdd25eb89dbc67b75921029c37babd63 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Tue, 21 May 2013 19:29:15 -0400 Subject: [PATCH] Update description and long description [ci skip] --- setup.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 42f5a86..d24a3de 100755 --- a/setup.py +++ b/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',