]> 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@dnspython.org>
Mon, 31 Jan 2022 15:41:09 +0000 (07:41 -0800)
pyproject.toml

index 8d4d08edfe16efdde97143edda96bfac7cee416e..79c7c8829dd663df79ef77edc758fc89605980e2 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"