Skip to content

Commit 227db72

Browse files
authored
switch from hatch to uv build (#157)
1 parent 0f0548d commit 227db72

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
@@ -47,5 +47,5 @@ convention = "google"
4747
"tests/**/*.py" = []
4848

4949
[build-system]
50-
requires = ["hatchling"]
51-
build-backend = "hatchling.build"
50+
requires = ["uv_build>=0.8.13,<0.9.0"]
51+
build-backend = "uv_build"

0 commit comments

Comments
 (0)