From 8616a63d3c8a4d17c40d8d168c5c0b3469ed925d Mon Sep 17 00:00:00 2001 From: Jens Nistler <366967+lociii@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:58:10 +0200 Subject: [PATCH] feat: add change log URL to make it discoverable for tools like renovate --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index aa17e74..b51c42a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ packages = [ include = ["LICENSE", "CHANGELOG.md", "CONTRIBUTING.md"] [tool.poetry.urls] +Changelog = "https://raw.githubusercontent.com/marcospereirampj/python-keycloak/master/CHANGELOG.md" Documentation = "https://python-keycloak.readthedocs.io/en/latest/" "Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues"