Skip to content

Commit 00d1386

Browse files
committed
change build backend to use uv_build
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
1 parent e9f43e2 commit 00d1386

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,12 @@ dependencies = [
4242
api-admin = "app.api_admin:app"
4343

4444
[build-system]
45-
requires = ["hatchling"]
46-
build-backend = "hatchling.build"
45+
requires = ["uv_build>=0.11.14,<0.12.0"]
46+
build-backend = "uv_build"
4747

48-
[tool.hatch.build.targets.sdist]
49-
packages = ["app"]
50-
51-
[tool.hatch.build.targets.wheel]
52-
packages = ["app"]
48+
[tool.uv.build-backend]
49+
module-root = ""
50+
module-name = "app"
5351

5452
[dependency-groups]
5553
dev = [

0 commit comments

Comments
 (0)