Skip to content

Commit

Permalink
Add a list or extra URLs to distribution metadata
Browse files Browse the repository at this point in the history
This should enable Warehouse PYPI implementation pypi/warehouse#3604
to pull data from GitHub and show it on the project page.
  • Loading branch information
webknjaz committed Apr 12, 2018
1 parent 3dee0b6 commit a173cf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ def run(self):
author=__author__,
author_email='[email protected]',
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+',
# 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.
Expand Down

0 comments on commit a173cf5

Please sign in to comment.