From fdee34884c29216db2a6bdb7e5c714af2e780777 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 17 Jun 2024 04:16:47 +0800 Subject: feat(cli|project): add Cli class && hrc entry in project.scripts section --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 7da0fc9..e2ee6d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,10 @@ dev = [ "maturin>=1.5.1", ] +[project.scripts] +hrc = "hydro_roll_core.cli:Cli" +hydrorollcore = "hydro_roll_core.cli:Cli" + [tool.ruff] # Exclude a variety of commonly ignored directories. exclude = [ -- cgit v1.2.3-70-g09d2