diff options
| author | 2024-03-02 02:51:06 +0800 | |
|---|---|---|
| committer | 2024-03-02 02:51:06 +0800 | |
| commit | 2bc0635742cfbad16e16388a42e3a6c97e5153d5 (patch) | |
| tree | b892ed83a58bbf929ada236dd9224b0c30d8eede /pyproject.toml | |
| parent | 1ac87386f9295f9e57ac7055f3ddc5a7d2458736 (diff) | |
| download | HydroRoll-2bc0635742cfbad16e16388a42e3a6c97e5153d5.tar.gz HydroRoll-2bc0635742cfbad16e16388a42e3a6c97e5153d5.zip | |
feat(project): add scripts interface named "atien"
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", ] + + |
