adds script
This commit is contained in:
parent
0ab2507009
commit
29653fc04b
2 changed files with 9 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue