]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Add more metadata to pyproject.toml [#775]
authorBob Halley <halley@dnspython.org>
Mon, 31 Jan 2022 15:41:07 +0000 (07:41 -0800)
committerBob Halley <halley@play-bow.org>
Mon, 31 Jan 2022 15:42:04 +0000 (07:42 -0800)
(cherry picked from commit ca29ad03968e0fe83509de5f2b4c0973d0749fc3)

pyproject.toml

index 40c1e2a8a75de1761fbc76e63453ed68d6a078f6..bf6b8d9fc1ecfeb8452e2ffc686fba32da879952 100644 (file)
@@ -27,6 +27,13 @@ exclude = [
     "**/.DS_Store",
     "**/__pycache__/**",
 ]
+readme = "README.md"
+homepage = "https://www.dnspython.org"
+repository = "https://github.com/rthalley/dnspython.git"
+documentation = "https://dnspython.readthedocs.io/en/stable/"
+
+[tool.poetry.urls]
+"Bug Tracker" = "https://github.com/rthalley/dnspython/issues"
 
 [tool.poetry.dependencies]
 python = "^3.6"