We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36956f4 commit b121983Copy full SHA for b121983
1 file changed
pyproject.toml
@@ -23,6 +23,9 @@ tomlkit = "^0.11.6"
23
openapi-python-client = "^0.13.1"
24
pytest = "^7.2.1"
25
26
+[tool.poetry.scripts]
27
+taskbadger = "taskbadger.cli:app"
28
+
29
[build-system]
30
requires = ["poetry-core>=1.0.0"]
31
build-backend = "poetry.core.masonry.api"
0 commit comments