summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>2018-06-30 22:55:50 +0300
committerGitHub <noreply@github.com>2018-06-30 22:55:50 +0300
commitfc25d280be43540e1d7e9fdaac56902c4634a482 (patch)
treef89bbd087466c7335a20d5ae61819c540b4040e6 /setup.py
parentfb55038d7516149aecd9a617572437b8c2c13f50 (diff)
downloadansible-fc25d280be43540e1d7e9fdaac56902c4634a482.tar.gz
Add CoC and mailing lists links to PYPI
PR #42101
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 29aed07f47..bca28000fa 100644
--- a/setup.py
+++ b/setup.py
@@ -232,7 +232,9 @@ static_setup_params = dict(
project_urls={
'Bug Tracker': 'https://github.com/ansible/ansible/issues',
'CI: Shippable': 'https://app.shippable.com/github/ansible/ansible',
+ 'Code of Conduct': 'https://docs.ansible.com/ansible/latest/community/code_of_conduct.html',
'Documentation': 'https://docs.ansible.com/ansible/',
+ 'Mailing lists': 'https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information',
'Source Code': 'https://github.com/ansible/ansible',
},
license='GPLv3+',