From 405b364a3abd987ac70840177a81aa8844497bda Mon Sep 17 00:00:00 2001 From: Florian Rupprecht <33600480+nx10@users.noreply.github.com> Date: Wed, 27 Aug 2025 12:39:18 -0400 Subject: [PATCH] switch from hatch to uv build --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b4d3b9d..2d62f88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,5 +47,5 @@ convention = "google" "tests/**/*.py" = [] [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["uv_build>=0.8.13,<0.9.0"] +build-backend = "uv_build"