diff options
author | Sviatoslav Sydorenko <wk@sydorenko.org.ua> | 2018-04-10 13:29:23 +0200 |
---|---|---|
committer | Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> | 2018-04-12 23:53:52 +0200 |
commit | a173cf51e8f936be528e352bfcf681283006204f (patch) | |
tree | eb73d20655df4b3f729861c4a061421dd783a9ad /setup.py | |
parent | Fix test aliases. (diff) | |
download | ansible-a173cf51e8f936be528e352bfcf681283006204f.tar.xz ansible-a173cf51e8f936be528e352bfcf681283006204f.zip |
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.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -179,6 +179,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. |