diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 24 |
1 files changed, 12 insertions, 12 deletions
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" |
