diff options
| author | 2023-07-04 13:53:16 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:53:16 +0800 | |
| commit | ba56e07868b8f55839640e1f2fee8f878c3cd18a (patch) | |
| tree | ca80601c5258d37db796422ff6b843628d3794fd /pyproject.toml | |
| parent | 12b7780e1933705cf65002e7c141758a33aac1b9 (diff) | |
| download | infini-ba56e07868b8f55839640e1f2fee8f878c3cd18a.tar.gz infini-ba56e07868b8f55839640e1f2fee8f878c3cd18a.zip | |
Update pyproject.toml
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
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] |
