From 4b7baa8e35109fd8c50e4ac4eaff4f1d66b81974 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Sat, 24 Jul 2021 11:04:29 +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 b7f26f50..d2807c71 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,6 +9,7 @@ license = "AGPL-3.0-or-later"
 homepage =  "https://silkaj.duniter.org"
 repository = "https://git.duniter.org/clients/python/silkaj"
 documentation = "https://git.duniter.org/clients/python/silkaj/tree/dev/doc"
+urls = { Changelog = "https://git.duniter.org/clients/python/silkaj/-/blob/dev/CHANGELOG.md" }
 keywords = ["g1", "duniter", "cryptocurrency", "librecurrency", "RTM"]
 
 [tool.poetry.dependencies]
-- 
GitLab