Fix setup.py to reflect renamed README.md

This commit is contained in:
Kevin Shay 2014-09-24 13:35:02 -04:00
parent 2d0651ad2f
commit a6252f3ae6

View file

@ -9,7 +9,7 @@ setup(
keywords="fastly api",
url="https://github.com/fastly/fastly-py",
packages=['fastly'],
long_description=open('README').read(),
long_description=open('README.md').read(),
classifiers=[
"Operating System :: OS Independent",
"Programming Language :: Python",