From 2bc0635742cfbad16e16388a42e3a6c97e5153d5 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 2 Mar 2024 02:51:06 +0800 Subject: feat(project): add scripts interface named "atien" --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pyproject.toml') 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", ] + + -- cgit v1.2.3-70-g09d2