adds script

This commit is contained in:
Albrecht Muehlenschulte
2022-05-06 12:43:33 +02:00
committed by Guilhem Saurel
parent 0ab2507009
commit 29653fc04b
2 changed files with 9 additions and 1 deletions

View File

@@ -27,3 +27,6 @@ ignore = ["D200", "D203", "D204", "D212"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
matrix-webhook = "matrix_webhook.__main__:main"