diff --git a/MANIFEST.in b/MANIFEST.in index 05ac65b..0c73842 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.rst LICENSE \ No newline at end of file +include README.rst LICENSE diff --git a/setup.py b/setup.py index 59d876a..ddaf60d 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup from setuptools import find_packages __author__ = 'Ryan McGrath ' -__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(),