Skip to content

Commit d9eba21

Browse files
authored
Add more project URLs (#21)
* Add more project URLs. * Fix bug tracker link.
1 parent 3ab1455 commit d9eba21

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ classifiers = [
1919
"Intended Audience :: Developers"
2020
]
2121

22+
[tool.poetry.urls]
23+
"Mailing lists" = "https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information"
24+
"Code of Conduct" = "https://docs.ansible.com/ansible/latest/community/code_of_conduct.html"
25+
"CI: GitHub" = "https://github.com/ansible-community/ansible-pygments/actions?branch:main+event:push"
26+
"CI: CodeCov" = "https://app.codecov.io/gh/ansible-community/ansible-pygments"
27+
"Bug tracker" = "https://github.com/ansible-community/ansible-pygments/issues"
28+
2229
[tool.poetry.plugins."pygments.lexers"]
2330
Ansible-output = "ansible_pygments.lexers:AnsibleOutputLexer"
2431
ansible-output = "ansible_pygments.lexers:AnsibleOutputLexer"

0 commit comments

Comments
 (0)