summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2022-01-31 07:41:07 -0800
committerBob Halley <halley@dnspython.org>2022-01-31 07:41:09 -0800
commitca29ad03968e0fe83509de5f2b4c0973d0749fc3 (patch)
tree66752d1661bdfbe5eed3b0ca9bcb16e2fac51c2c /pyproject.toml
parent442c774969d3c5a5784a58d2103634e09429604d (diff)
downloaddnspython-ca29ad03968e0fe83509de5f2b4c0973d0749fc3.tar.gz
Add more metadata to pyproject.toml [#775]
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8d4d08e..79c7c88 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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"