diff options
| author | Bob Halley <halley@dnspython.org> | 2022-01-31 07:41:07 -0800 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2022-01-31 07:41:09 -0800 |
| commit | ca29ad03968e0fe83509de5f2b4c0973d0749fc3 (patch) | |
| tree | 66752d1661bdfbe5eed3b0ca9bcb16e2fac51c2c /pyproject.toml | |
| parent | 442c774969d3c5a5784a58d2103634e09429604d (diff) | |
| download | dnspython-ca29ad03968e0fe83509de5f2b4c0973d0749fc3.tar.gz | |
Add more metadata to pyproject.toml [#775]
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 7 |
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" |
