From: Michael Fladischer <fladi@debian.org>
Date: Fri, 17 Oct 2025 14:37:09 +0000
Subject: Switch build backend to hatchling.

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 316d907..cc1e3de 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [build-system]
-build-backend = "uv_build"
-requires = ["uv_build>=0.8.3,<0.9.0"]
+requires = ["hatchling"]
+build-backend = "hatchling.build"
 
 [project]
 name = "qasync"
