Skip to content

Commit d7e347c

Browse files
gridheadnphilipp
authored andcommitted
Add entrypoint for the application
Addressed #59 (comment) Signed-off-by: Akashdeep Dhar <[email protected]>
1 parent df082e0 commit d7e347c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ line-length = 100
3434
[build-system]
3535
requires = ["poetry-core>=1.0.0"]
3636
build-backend = "poetry.core.masonry.api"
37+
38+
[tool.poetry.scripts]
39+
duffy = "duffy.app.cli:main"

0 commit comments

Comments
 (0)