From 78a0aa16b92d3a595cad962c1811f5c0fa4cc173 Mon Sep 17 00:00:00 2001 From: Jens Nistler <366967+lociii@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:00:10 +0200 Subject: [PATCH] docs: add change log URL to make it discoverable for tools like renovate (#588) --- 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"