Skip to content

Commit 78551b5

Browse files
authored
feat!: replace build backend with uv_build (#324)
1 parent 9224c09 commit 78551b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

template/pyproject.toml.jinja

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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"
1+
[build-system] # https://docs.astral.sh/uv/concepts/build-backend/
2+
requires = ["uv_build>=0.9.18,<0.10.0"]
3+
build-backend = "uv_build"
44
55
[project] # https://packaging.python.org/en/latest/specifications/pyproject-toml/
66
name = "{{ project_name_kebab_case }}"

0 commit comments

Comments
 (0)