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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
pyproject.toml
|
@ -25,6 +25,7 @@ packages = [ |
|
|
include = ["LICENSE", "CHANGELOG.md", "CONTRIBUTING.md"] |
|
|
include = ["LICENSE", "CHANGELOG.md", "CONTRIBUTING.md"] |
|
|
|
|
|
|
|
|
[tool.poetry.urls] |
|
|
[tool.poetry.urls] |
|
|
|
|
|
Changelog = "https://raw.githubusercontent.com/marcospereirampj/python-keycloak/master/CHANGELOG.md" |
|
|
Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
Documentation = "https://python-keycloak.readthedocs.io/en/latest/" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
"Issue tracker" = "https://github.com/marcospereirampj/python-keycloak/issues" |
|
|
|
|
|
|
|
|