We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bf6a59 commit ddc949eCopy full SHA for ddc949e
pyproject.toml
@@ -14,8 +14,8 @@ homepage = "https://github.com/smarlhens/python-boilerplate#readme"
14
repository = "https://github.com/smarlhens/python-boilerplate"
15
16
[build-system]
17
-requires = ["hatchling"]
18
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.8.3,<0.9.0"]
+build-backend = "uv_build"
19
20
[dependency-groups]
21
dev = [
0 commit comments