From 0fcbef1be6910d77514bc0de986c4a67aa7e5c8e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Tue, 12 Mar 2024 04:37:01 +0800 Subject: chore: update profile and deps --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 0698b02..7c742aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,6 @@ description = "Core of HydroRoll System." authors = [{ name = "简律纯", email = "i@jyunko.cn" }] dependencies = [ "ply>=3.11", - "pip>=24.0", ] requires-python = ">=3.9" readme = "README.rst" @@ -20,7 +19,6 @@ homepage = "https://core.hydroroll.team/" repository = "https://github.com/HydroRoll-Team/HydroRollCore" documentation = "https://core.hydroroll.team/" - [tool.pdm.dev-dependencies] docs = [ "furo>=2024.1.29", @@ -34,6 +32,9 @@ docs = [ lint = [ "ruff>=0.3.0", ] +dev = [ + "pip>=24.0", +] [tool.ruff] # Exclude a variety of commonly ignored directories. @@ -97,3 +98,6 @@ skip-magic-trailing-comma = false # Like Black, automatically detect the appropriate line ending. line-ending = "auto" + +[tool.maturin] +module-name = "hydro_roll_core.corelib" -- cgit v1.2.3-70-g09d2