From fd1f123d531e25ac066dae6a1ea8dc19fd1c0964 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sat, 7 Oct 2023 02:50:20 +0800 Subject: feat: BREAKING CHANGES MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 白咕咕 Co-authored-by: kenichiLyon --- pyproject.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 353f82dc..2b6ae02c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,19 +1,14 @@ -[tool.pdm.build] -includes = ["HydroRollCore"] -[build-system] -requires = ["pdm-backend"] -build-backend = "pdm.backend" - [project] name = "HydroRollCore" -version = "0.0.1" -description = "Core of HydroRoll." +version = "0.1.0" +description = "The Core of HydroRoll, The Loader of your rules packages." authors = [ {name = "简律纯", email = "i@jyunko.cn"}, ] dependencies = [ + "iamai>=3.2.3", "mkdocs>=1.5.3", - "mkdocs-material>=9.4.2", + "mkdocs-material>=9.4.4", "mkdocs-blog-plugin>=0.25", "mkdocs-git-revision-date-localized-plugin>=1.2.0", "mkdocs-git-authors-plugin>=0.7.2", @@ -30,7 +25,12 @@ dependencies = [ requires-python = ">=3.8" readme = "README.md" license = {text = "MIT"} -keywords = ["HydroRoll", "core"] -[project.urls] -homepage = "https://github.com/HydoRoll-Team/HydroRollCore" \ No newline at end of file + +[project.entry-points.pdm] +HydroRollCore = "hydrollcore.cli:Cli.parse_args" +HRC = "hydrollcore.cli:Cli.parse_args" + +[build-system] +requires = ["pdm-backend"] +build-backend = "pdm.backend" -- cgit v1.2.3-70-g09d2