Add a list or extra URLs to distribution metadata
This should enable Warehouse PYPI implementation pypa/warehouse#3604 to pull data from GitHub and show it on the project page.
This commit is contained in:
parent
3dee0b67e8
commit
a173cf51e8
1 changed files with 6 additions and 0 deletions
6
setup.py
6
setup.py
|
@ -179,6 +179,12 @@ setup(
|
||||||
author=__author__,
|
author=__author__,
|
||||||
author_email='info@ansible.com',
|
author_email='info@ansible.com',
|
||||||
url='https://ansible.com/',
|
url='https://ansible.com/',
|
||||||
|
project_urls={
|
||||||
|
'Bug Tracker': 'https://github.com/ansible/ansible/issues',
|
||||||
|
'CI: Shippable': 'https://app.shippable.com/github/ansible/ansible',
|
||||||
|
'Documentation': 'https://docs.ansible.com/ansible/',
|
||||||
|
'Source Code': 'https://github.com/ansible/ansible',
|
||||||
|
},
|
||||||
license='GPLv3+',
|
license='GPLv3+',
|
||||||
# Ansible will also make use of a system copy of python-six and
|
# Ansible will also make use of a system copy of python-six and
|
||||||
# python-selectors2 if installed but use a Bundled copy if it's not.
|
# python-selectors2 if installed but use a Bundled copy if it's not.
|
||||||
|
|
Loading…
Reference in a new issue