Skip to content

Commit d467041

Browse files
committed
chore: use uv_build
1 parent 5f4900f commit d467041

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
@@ -35,8 +35,8 @@ dev = [
3535
]
3636

3737
[build-system]
38-
requires = ["hatchling"]
39-
build-backend = "hatchling.build"
38+
requires = ["uv_build>=0.9.9,<0.10.0"]
39+
build-backend = "uv_build"
4040

4141
[tool.ruff]
4242
target-version = "py312"

0 commit comments

Comments
 (0)