Merge pull request #428 from adamchainz/patch-1
Add project_urls to setup.py
This commit is contained in:
@@ -19,6 +19,10 @@ setup(
|
|||||||
author="Joe Rickerby",
|
author="Joe Rickerby",
|
||||||
author_email='joerick@mac.com',
|
author_email='joerick@mac.com',
|
||||||
url='https://github.com/joerick/cibuildwheel',
|
url='https://github.com/joerick/cibuildwheel',
|
||||||
|
project_urls={
|
||||||
|
'Changelog': 'https://github.com/joerick/cibuildwheel#changelog',
|
||||||
|
'Documentation': 'https://cibuildwheel.readthedocs.io/',
|
||||||
|
},
|
||||||
packages=['cibuildwheel', ],
|
packages=['cibuildwheel', ],
|
||||||
license="BSD",
|
license="BSD",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user