diff options
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index f67b1332..a472090e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ Repository = "https://github.com/HydroRoll-Team/infini" Changelog = "https://infini.hydroroll.team/zh_CN/latest/changelog.html" [build-system] -requires = ["hataich"] -build-backend = "hataich" +requires = ["hatchling"] +build-backend = "hatchling.build" [dependency-groups] dev = [ |
