Skip to content

Commit 3cb5924

Browse files
committed
🔧 Use uv default build system
1 parent f6c2e53 commit 3cb5924

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

backend/pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,11 @@ dev = [
3131
]
3232

3333
[build-system]
34-
requires = ["hatchling"]
35-
build-backend = "hatchling.build"
34+
requires = ["uv_build>=0.10.2,<0.11"]
35+
build-backend = "uv_build"
36+
37+
[tool.uv.build-backend]
38+
module-root = ""
3639

3740
[tool.mypy]
3841
strict = true

0 commit comments

Comments
 (0)