diff options
| author | 2023-07-04 14:05:35 +0800 | |
|---|---|---|
| committer | 2023-07-04 14:05:35 +0800 | |
| commit | 7816e2c524d1a83abbe4ea5f710aa2533d08d04e (patch) | |
| tree | 98a23fec39e61868ab182395df64481854d9a61b | |
| parent | 5dac9dd6720de04e2a5d56895fc4ddbf5c966aef (diff) | |
| download | infini-7816e2c524d1a83abbe4ea5f710aa2533d08d04e.tar.gz infini-7816e2c524d1a83abbe4ea5f710aa2533d08d04e.zip | |
Update pyproject.toml
| -rw-r--r-- | pyproject.toml | 4 |
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] |
