Merge pull request #428 from adamchainz/patch-1

Add project_urls to setup.py
This commit is contained in:
Joe Rickerby
2020-09-09 18:45:38 +01:00
committed by GitHub
+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,