We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683dd7 commit f9a1fdeCopy full SHA for f9a1fde
template/pyproject.toml.jinja
@@ -1,6 +1,6 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["uv_build>=0.9.0,<0.10.0"]
+build-backend = "uv_build"
4
5
[project]
6
name = "{{ project_name }}"
0 commit comments