--- pyproject.toml.orig 2026-07-10 00:00:00 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ [build-system] -requires = ["uv_build>=0.9.2"] -build-backend = "uv_build" - -[tool.uv.build-backend] -module-root = "" +requires = ["hatchling"] +build-backend = "hatchling.build" + +[tool.hatch.build.targets.wheel] +packages = ["fast_depends"] [project]