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 1bc6d03..f053b75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,8 +20,8 @@ repository = "https://github.com/HydroRoll-Team/HydroRollCore"
documentation = "https://core.hydroroll.team/"
[project.scripts]
-hrc = "hydro_roll_core.cli:Cli"
-hydrorollcore = "hydro_roll_core.cli:Cli"
+hrc = "hrc.cli:Cli"
+hydrorollcore = "hrc.cli:Cli"
[tool.ruff]
# Exclude a variety of commonly ignored directories.
@@ -87,7 +87,7 @@ skip-magic-trailing-comma = false
line-ending = "auto"
[tool.maturin]
-module-name = "hydro_roll_core.libcore"
+module-name = "hrc.LibCore"
[tool.pdm.dev-dependencies]
docs = [