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",
|
keywords="fastly api",
|
||||||
url="https://github.com/fastly/fastly-py",
|
url="https://github.com/fastly/fastly-py",
|
||||||
packages=['fastly'],
|
packages=['fastly'],
|
||||||
long_description=open('README').read(),
|
long_description=open('README.md').read(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
|
|
Reference in a new issue