Add project_urls to setup.py

These links make it easier to jump from PyPI to the respective page.
This commit is contained in:
Adam Johnson
2020-09-09 09:17:42 +01:00
committed by GitHub
parent 200d4af89c
commit 2fd18793c1
+4
View File
@@ -19,6 +19,10 @@ setup(
author="Joe Rickerby",
author_email='joerick@mac.com',
url='https://github.com/joerick/cibuildwheel',
project_urls={
'Changelog': 'https://github.com/joerick/cibuildwheel#changelog',
'Documentation': 'https://cibuildwheel.readthedocs.io/',
},
packages=['cibuildwheel', ],
license="BSD",
zip_safe=False,