Skip to content

Commit 9d009f5

Browse files
committed
fix: one more missing spot
Signed-off-by: Henry Schreiner <[email protected]>
1 parent ebece78 commit 9d009f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ build-backend = "poetry.core.masonry.api"
5656

5757
[project]
5858
name = "{{ cookiecutter.project_name }}"
59-
{%- if cookiecutter.backend in ['maturin', 'mesonpy'] or not cookiecutter.vcs and cookiecutter.backend in ['setuptools', 'pybind11', 'skbuild', 'poetry'] %}
59+
{%- if cookiecutter.backend in ['maturin', 'mesonpy', 'uv'] or not cookiecutter.vcs and cookiecutter.backend in ['setuptools', 'pybind11', 'skbuild', 'poetry'] %}
6060
version = "0.1.0"
6161
{%- endif %}
6262
authors = [

0 commit comments

Comments
 (0)