Skip to content

Commit af1628d

Browse files
committed
chore: use uv-build instead of hatch as build-backend
1 parent b7be1d2 commit af1628d

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.8.9,<0.9.0"]
3+
build-backend = "uv_build"
44

55
[project]
66
name = "scim2-models"

0 commit comments

Comments
 (0)