From 8d2ae6f2dcdc0c9108f93094e71b0ad8c6cd4aec Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sat, 2 Aug 2025 11:39:50 +0800 Subject: chore(project): fix `build-system` section, use hatchling --- pyproject.toml | 4 ++-- 1 file 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 = [ -- cgit v1.2.3-70-g09d2