From: Ryan Cheley Date: Mon, 31 Jan 2022 03:20:27 +0000 (-0800) Subject: added project_urls for easier discovery by users X-Git-Tag: v2.3.0rc1~143^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2272371198a1ebc9a6db54724ff4159db2ae2c;p=thirdparty%2Fdnspython.git added project_urls for easier discovery by users --- 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.