aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e52d3d6e..45ed22ef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "HydroRollCore"
+name = "infini"
version = "1.0.3"
description = "The Core of HydroRoll, The Loader of your rules packages."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
@@ -31,8 +31,8 @@ license = { text = "MIT" }
[project.scripts]
-HydroRollCore = "HydroRollCore.cli:Cli.parse_args"
-HRC = "HydroRollCore.cli:Cli.parse_args"
+infini = "infini.cli:Cli.parse_args"
+HRC = "infini.cli:Cli.parse_args"
[build-system]
requires = ["pdm-backend"]