]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
added project_urls for easier discovery by users
authorRyan Cheley <rcheley@gmail.com>
Mon, 31 Jan 2022 03:20:27 +0000 (19:20 -0800)
committerBob Halley <halley@play-bow.org>
Mon, 31 Jan 2022 15:41:47 +0000 (07:41 -0800)
(cherry picked from commit ab2272371198a1ebc9a6db54724ff4159db2ae2c)

setup.cfg

index 20bc10dae671b3b213e9dad58001ca8689ef7a82..06532d0e0ac96cb22cd8394d9f494b11b7df0356 100644 (file)
--- 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.