From c24953e0dc3ca4c5524218f779c471f555eb39cd Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Sun, 5 Nov 2023 19:34:15 +0000 Subject: [PATCH] Add Changelog to urls --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 70e34a37..78a35d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,6 +91,7 @@ content-type = "text/x-rst" file = "README.rst" [project.urls] +Changelog = "https://github.com/cleder/pygeoif/blob/develop/docs/HISTORY.rst" Documentation = "https://pygeoif.readthedocs.io/" Homepage = "https://github.com/cleder/pygeoif/"