diff --git a/setup.py b/setup.py index b183a1f9..664efc8e 100644 --- a/setup.py +++ b/setup.py @@ -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,