Skip to content

Commit

Permalink
fix(build): set correct entrypoint for tpp executable
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Berezovsky committed Dec 23, 2023
1 parent 5882421 commit 438acc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include = [

[tool.poetry.scripts]
tapen = "tapen.cli:default_entrypoint"
tpp = "tapen.cli:default_entrypoint"
tpp = "tapen.cli:tpp_entrypoint"

[tool.poetry.dependencies]
python = ">=3.10, <3.12"
Expand Down

0 comments on commit 438acc6

Please sign in to comment.