We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9224c09 commit 78551b5Copy full SHA for 78551b5
1 file changed
template/pyproject.toml.jinja
@@ -1,6 +1,6 @@
1
-[build-system] # https://docs.astral.sh/uv/concepts/projects/config/#build-systems
2
-requires = ["hatchling>=1.27.0"]
3
-build-backend = "hatchling.build"
+[build-system] # https://docs.astral.sh/uv/concepts/build-backend/
+requires = ["uv_build>=0.9.18,<0.10.0"]
+build-backend = "uv_build"
4
5
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
6
name = "{{ project_name_kebab_case }}"
0 commit comments