From cf73983752e069b70b8d60c32b773a33a109d08e Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Mon, 18 Mar 2024 12:06:29 +0900 Subject: [PATCH] pyproject: link to release notes from PyPI page Link to CHANGELOG.md instead of the GitHub Releases page, since it's less noisy. Signed-off-by: Benjamin Gilbert --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9b878cc7..e5f9f79b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ dynamic = ["version"] [project.urls] Homepage = "https://openslide.org/" Documentation = "https://openslide.org/api/python/" +"Release notes" = "https://github.com/openslide/openslide-python/blob/main/CHANGELOG.md" Repository = "https://github.com/openslide/openslide-python" [tool.setuptools]