Skip to content

Commit 3de3c11

Browse files
committed
👷 chore: use uv build backend
1 parent 93d03be commit 3de3c11

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
@@ -98,5 +98,5 @@ known-first-party = ["moelib"]
9898
combine-as-imports = true
9999

100100
[build-system]
101-
requires = ["hatchling"]
102-
build-backend = "hatchling.build"
101+
requires = ["uv_build>=0.8.3,<0.9.0"]
102+
build-backend = "uv_build"

0 commit comments

Comments
 (0)