From 0b249d94d46c342e57636f52aa4e728b00b27ee6 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 21 Oct 2024 11:29:20 -0700 Subject: [PATCH] Update project urls with added links (#1193) The PyPI warehouse supports a number of custom links to display on the project page. Of interest to Bandit are the links to the docs, sponsors, and discord. https://github.com/pypi/warehouse/blob/main/warehouse/templates/packaging/detail.html Signed-off-by: Eric Brown --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index 4e11c3ec..e7868e5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,9 +26,12 @@ classifier = Programming Language :: Python :: 3 :: Only Topic :: Security project_urls = + Documentation = https://bandit.readthedocs.io/ Release Notes = https://github.com/PyCQA/bandit/releases Source Code = https://github.com/PyCQA/bandit Issue Tracker = https://github.com/PyCQA/bandit/issues + Discord = https://discord.gg/qYxpadCgkx + Sponsor = https://psfmember.org/civicrm/contribute/transact/?reset=1&id=42 [extras] yaml =