Skip to content

Commit ddc949e

Browse files
committed
chore: update build system to uv_build in pyproject
1 parent 1bf6a59 commit ddc949e

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
@@ -14,8 +14,8 @@ homepage = "https://github.com/smarlhens/python-boilerplate#readme"
1414
repository = "https://github.com/smarlhens/python-boilerplate"
1515

1616
[build-system]
17-
requires = ["hatchling"]
18-
build-backend = "hatchling.build"
17+
requires = ["uv_build>=0.8.3,<0.9.0"]
18+
build-backend = "uv_build"
1919

2020
[dependency-groups]
2121
dev = [

0 commit comments

Comments
 (0)