Merge pull request #10519 from adamchainz/patch-1

Add Changelog to project_urls
This commit is contained in:
Takeshi KOMIYA 2022-06-07 00:07:53 +09:00 committed by GitHub
commit 04cdac2dd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ setup(
long_description_content_type='text/x-rst',
project_urls={
"Code": "https://github.com/sphinx-doc/sphinx",
"Changelog": "https://www.sphinx-doc.org/en/master/changes.html",
"Issue tracker": "https://github.com/sphinx-doc/sphinx/issues",
},
zip_safe=False,