Skip to content

Commit 87ee650

Browse files
Faster build backend
1 parent fdd9ef8 commit 87ee650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build >= 0.7.19, <0.8.0"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "portion"

0 commit comments

Comments
 (0)