Skip to content

Commit

Permalink
fix name in tool.poetry.scripts entry (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Jun 8, 2024
1 parent 9e4dbee commit 503d6eb
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 @@ -41,7 +41,7 @@ mypy = "^1.10.0"
types-requests = "^2.30"

[tool.poetry.scripts]
enochecker_cli = "enochecker_cli.main:main"
enochecker_test = "enochecker_test.main:main"

[build-system]
requires = ["poetry-core>=1.5.0"]
Expand Down

0 comments on commit 503d6eb

Please sign in to comment.