From: Bob Halley Date: Mon, 31 Jan 2022 15:41:07 +0000 (-0800) Subject: Add more metadata to pyproject.toml [#775] X-Git-Tag: v2.2.1~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3888a6cf5966ddc37b329346b5632c64031953d4;p=thirdparty%2Fdnspython.git Add more metadata to pyproject.toml [#775] (cherry picked from commit ca29ad03968e0fe83509de5f2b4c0973d0749fc3) --- diff --git a/pyproject.toml b/pyproject.toml index 40c1e2a8..bf6b8d9f 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"