build(setup.py): Add issues, changelog link to PyPI (#5019)

This commit is contained in:
Tony Narlock 2022-04-12 05:08:33 -05:00 committed by GitHub
parent 48e3cbec99
commit 28d708c4a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,5 +146,9 @@ setup(
"License :: OSI Approved :: Apache Software License",
"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"
},
)