From b4e620bc750d65de5348cc2372a466792b279ff4 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sat, 24 Jul 2021 11:00:12 +0200 Subject: [PATCH] [doc] Add changelog link to PyPI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 717e97f4..5e03b3f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,7 @@ license = "GPL-3.0-or-later" homepage = "" repository = "https://git.duniter.org/clients/python/duniterpy" documentation = "https://clients.duniter.io/python/duniterpy/index.html" +urls = { Changelog = "https://git.duniter.org/clients/python/duniterpy/-/blob/main/CHANGELOG.md" } keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "library"] include = ["examples/*.py"] classifiers = [ -- GitLab