Fix setup.py to reflect renamed README.md
This commit is contained in:
parent
2d0651ad2f
commit
a6252f3ae6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Reference in a new issue