Fix setup.py and MANIFEST

This commit is contained in:
Mike Helmick 2013-10-15 11:05:16 -04:00
parent ead62a1bf7
commit 6cc80cc4c6
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ from setuptools import setup
from setuptools import find_packages
__author__ = 'Ryan McGrath <ryan@venodesigns.net>'
__version__ = '1.5.1'
__version__ = '1.5.2'
if sys.argv[-1] == 'publish':
os.system('python setup.py sdist upload')
@ -20,9 +20,9 @@ setup(
author='Ryan McGrath',
author_email='ryan@venodesigns.net',
license=open('LICENSE').read(),
url='https://github.com/ryanmcgrath/twython/tree/master',
url='https://github.com/ryanmcgrath/twython-django/tree/master',
keywords='twitter search api tweet twython stream django integration',
description='Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs',
description='Django Integration for Twython -- the actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs',
long_description=open('README.rst').read(),
include_package_data=True,
packages=find_packages(),