summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian P. Schmidt <kerel@mailbox.org>2023-01-12 17:37:54 +0100
committerGitHub <noreply@github.com>2023-01-12 08:37:54 -0800
commit793132d79bbfa158d416977fde280f14550525ec (patch)
tree8ff10e1c260f7333780bc1a454220b22c00986de
parent955a7fb8864a9e682ec91589e0c10115ab6fa6a5 (diff)
downloadtox-git-793132d79bbfa158d416977fde280f14550525ec.tar.gz
Add Documentation URL for quick access via PyPI web (#2854)
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e8be85ac..c0b45419 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,6 +10,7 @@ readme.content-type = "text/markdown"
keywords = ["virtual", "environments", "isolated", "testing"]
license = "MIT"
urls.Homepage = "http://tox.readthedocs.org"
+urls.Documentation = "https://tox.wiki"
urls.Source = "https://github.com/tox-dev/tox"
urls.Tracker = "https://github.com/tox-dev/tox/issues"
urls."Release Notes" = "https://tox.wiki/en/latest/changelog.html"