Fix for issue #7 (filed by kumar303), wherein setup.py reads the wrong README file for description purposes
This commit is contained in:
parent
f6e655eb6d
commit
93ea27f1b3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -15,7 +15,7 @@ METADATA = dict(
|
||||||
author='Ryan McGrath',
|
author='Ryan McGrath',
|
||||||
author_email='ryan@venodesigns.net',
|
author_email='ryan@venodesigns.net',
|
||||||
description='A new and easy way to access Twitter data with Python.',
|
description='A new and easy way to access Twitter data with Python.',
|
||||||
long_description= open("README").read(),
|
long_description= open("README.markdown").read(),
|
||||||
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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue