aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e674235c..b6e287df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,13 +1,13 @@
[tool.poetry]
name = "HydroRollCore"
-version = "0.1.1"
+version = "0.1.2"
authors = ["简律纯 <i@jyunko.cn>"]
description = "Core of HydroRoll."
readme = "README.md"
keywords = ["HydroRoll", "core"]
homepage = "https://github.com/HydoRoll-Team/HydroRollCore"
packages = [
- { include = "core", from = "." }
+ { include = "HydroRollCore", from = "." }
]
[tool.poetry.dependencies]