From 361a26a7a4bfb56a02a8ffa287536d3bce965022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 7 Jan 2023 20:26:23 +0200 Subject: [PATCH] Add release notes project URL for quick access in PyPI web Use "Release Notes" as the link title instead of the document's "Release History" title to get a representative icon shown for it. https://github.com/pypi/warehouse/blob/04ee9be504caa89345617b2795ff53fc22631297/warehouse/templates/packaging/detail.html#L24 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e4735d3a1..2d25bf066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,7 @@ license = "MIT" urls.Homepage = "http://tox.readthedocs.org" 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" authors = [{ name = "Bernát Gábor", email = "gaborjbernat@gmail.com" }] maintainers = [ { name = "Anthony Sottile", email = "asottile@umich.edu" },