Skip to content

Commit b121983

Browse files
committed
add install scripts
1 parent 36956f4 commit b121983

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ tomlkit = "^0.11.6"
2323
openapi-python-client = "^0.13.1"
2424
pytest = "^7.2.1"
2525

26+
[tool.poetry.scripts]
27+
taskbadger = "taskbadger.cli:app"
28+
2629
[build-system]
2730
requires = ["poetry-core>=1.0.0"]
2831
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)