From c8652dbfadbe4dd8e1452f346e0af513432f95b3 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Thu, 12 Jan 2023 16:22:50 +0100 Subject: [PATCH] Add Documentation URL for quick access via PyPI web --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e8be85ac5..c0b454191 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"