[2.5] Add CoC and mailing lists links to PYPI (#42157)
PR #42101
(cherry picked from commit fc25d28
)
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
parent
ff980afefd
commit
5056f0801c
1 changed files with 2 additions and 0 deletions
2
setup.py
2
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+',
|
||||
|
|
Loading…
Reference in a new issue