add changelog to urls
This commit is contained in:
parent
c82ab8c5e0
commit
13c7d0a431
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@ readme = "README.md"
|
||||||
homepage = "https://github.com/nim65s/matrix-webhook"
|
homepage = "https://github.com/nim65s/matrix-webhook"
|
||||||
repository = "https://github.com/nim65s/matrix-webhook.git"
|
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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
Markdown = "^3.3.4"
|
Markdown = "^3.3.4"
|
||||||
|
|
Loading…
Reference in a new issue