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"