From 3cb5924ae7e6da6907a609fb9301bbc153a48909 Mon Sep 17 00:00:00 2001 From: Patrick Arminio Date: Thu, 12 Feb 2026 14:38:26 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Use=20uv=20default=20build=20sys?= =?UTF-8?q?tem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/pyproject.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 66b4d66683..38d64bf804 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -31,8 +31,11 @@ dev = [ ] [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["uv_build>=0.10.2,<0.11"] +build-backend = "uv_build" + +[tool.uv.build-backend] +module-root = "" [tool.mypy] strict = true