From 13c7d0a431220230dfc83a9c38f31640d4641be7 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Fri, 12 Aug 2022 11:47:48 +0200 Subject: [PATCH] add changelog to urls --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2896dc2..74fc44f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,9 @@ readme = "README.md" homepage = "https://github.com/nim65s/matrix-webhook" repository = "https://github.com/nim65s/matrix-webhook.git" +[tool.poetry.urls] +"changelog" = "https://github.com/nim65s/matrix-webhook/blob/master/CHANGELOG.md" + [tool.poetry.dependencies] python = "^3.8" Markdown = "^3.3.4"