summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2023-01-07 20:40:55 +0200
committerGitHub <noreply@github.com>2023-01-07 10:40:55 -0800
commit761e461b47d588f8a51ef65e3ddf2832089fde80 (patch)
treea54b9661f27a16081ed64c75c5090276250744f2
parentfd866d527397e53cfd89f9dd287b74cce2085510 (diff)
downloadtox-git-761e461b47d588f8a51ef65e3ddf2832089fde80.tar.gz
Add release notes project URL for quick access in PyPI web (#2835)
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
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e4735d3a..2d25bf06 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" },