Skip to content

Commit 500f3ad

Browse files
committed
feat: Add CLI entrypoint
1 parent 589f7a2 commit 500f3ad

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
@@ -24,3 +24,6 @@ outcome = "^1.2.0"
2424
[build-system]
2525
requires = ["poetry-core"]
2626
build-backend = "poetry.core.masonry.api"
27+
28+
[tool.poetry.scripts]
29+
patchwork = "src.patchwork.app:main"

0 commit comments

Comments
 (0)