From ab2272371198a1ebc9a6db54724ff4159db2ae2c Mon Sep 17 00:00:00 2001 From: Ryan Cheley Date: Sun, 30 Jan 2022 19:20:27 -0800 Subject: [PATCH] added project_urls for easier discovery by users --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index 20bc10da..06532d0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,6 +6,10 @@ license = ISC license_file = LICENSE description = DNS toolkit url = http://www.dnspython.org +project_urls = + Bug Tracker = https://github.com/rthalley/dnspython/issues + Documentation = https://dnspython.readthedocs.io/en/stable/ + Source Code = https://github.com/rthalley/dnspython long_description = dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages and EDNS0. -- 2.47.3