diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 194efa8..d349377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,9 @@ homepage = "https://hydroroll.team/" repository = "https://github.com/HydroRoll-Team/HydroRoll" documentation = "https://docs.hydroroll.team/" +[project.scripts] +atien = "hydro_roll.cli:Cli" + [tool.maturin] features = ["pyo3/extension-module"] @@ -51,3 +54,5 @@ features = ["pyo3/extension-module"] dev = [ "pip>=24.0", ] + + |
