Skip to content

Commit f9a1fde

Browse files
committed
✨ feat: use 'uv_build' as a build backend instead of hatchling
1 parent e683dd7 commit f9a1fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/pyproject.toml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["uv_build>=0.9.0,<0.10.0"]
3+
build-backend = "uv_build"
44
55
[project]
66
name = "{{ project_name }}"

0 commit comments

Comments
 (0)