build(setup.py): Add issues, changelog link to PyPI (#5019)
This commit is contained in:
parent
48e3cbec99
commit
28d708c4a0
6
setup.py
6
setup.py
@ -146,5 +146,9 @@ setup(
|
|||||||
"License :: OSI Approved :: Apache Software License",
|
"License :: OSI Approved :: Apache Software License",
|
||||||
"Topic :: Software Development :: Testing",
|
"Topic :: Software Development :: Testing",
|
||||||
],
|
],
|
||||||
project_urls={"Documentation": "http://docs.getmoto.org/en/latest/"},
|
project_urls={
|
||||||
|
"Documentation": "http://docs.getmoto.org/en/latest/",
|
||||||
|
"Issue tracker": "https://github.com/spulec/moto/issues",
|
||||||
|
"Changelog": "https://github.com/spulec/moto/blob/master/CHANGELOG.md"
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user