aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 13:53:16 +0800
committerGitHub <noreply@github.com>2023-07-04 13:53:16 +0800
commitba56e07868b8f55839640e1f2fee8f878c3cd18a (patch)
treeca80601c5258d37db796422ff6b843628d3794fd /pyproject.toml
parent12b7780e1933705cf65002e7c141758a33aac1b9 (diff)
downloadinfini-ba56e07868b8f55839640e1f2fee8f878c3cd18a.tar.gz
infini-ba56e07868b8f55839640e1f2fee8f878c3cd18a.zip
Update pyproject.toml
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ed667db3..e674235c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ readme = "README.md"
keywords = ["HydroRoll", "core"]
homepage = "https://github.com/HydoRoll-Team/HydroRollCore"
packages = [
- { include = "src", from = "." }
+ { include = "core", from = "." }
]
[tool.poetry.dependencies]