From 9011a0abc65e0bd9de98cdcc22190ec17c2572de Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 10 Apr 2018 13:29:23 +0200 Subject: [PATCH] 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. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/setup.py b/setup.py index 44cf7224d64..f54f0e8bed7 100644 --- a/setup.py +++ b/setup.py @@ -187,6 +187,12 @@ setup( author=__author__, author_email='info@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+', # 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.