Skip to content

Commit

Permalink
Temporarily add a project cmd -> project/main.py
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Jun 17, 2024
1 parent 0bbdcab commit 55592c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ requires-python = ">=3.12"
readme = "README.md"
license = {text = "MIT"}

[project.scripts]
project = "project:main.main"

[tool.setuptools]
packages = ["project"]

Expand Down

0 comments on commit 55592c8

Please sign in to comment.