aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-08-02 11:39:50 +0800
committerHsiangNianian <i@jyunko.cn>2025-08-02 11:39:50 +0800
commit8d2ae6f2dcdc0c9108f93094e71b0ad8c6cd4aec (patch)
tree70ef56222d153f12e8afab9ea099366bab97157d
parent9a7da1ef1b81736a3c72251ec456083d00ed26cd (diff)
downloadinfini-8d2ae6f2dcdc0c9108f93094e71b0ad8c6cd4aec.tar.gz
infini-8d2ae6f2dcdc0c9108f93094e71b0ad8c6cd4aec.zip
chore(project): fix `build-system` section, use hatchling
-rw-r--r--pyproject.toml4
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 = [