Browse Source

docs: add change log URL to make it discoverable for tools like renovate (#588)

pull/592/head
Jens Nistler 3 months ago
committed by GitHub
parent
commit
78a0aa16b9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      pyproject.toml

1
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"

Loading…
Cancel
Save