File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ Homepage = "https://github.com/{{ cookiecutter.github_user | lower | replace(' '
5959Repository = " https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"
6060
6161[build-system ]
62- requires = [{% if cookiecutter.add_rust_extension == 'y' -%} "maturin>=1.3.0,<2.0" {% else -%} "setuptools>=61.0" {% endif %}]
63- build-backend = {% if cookiecutter.add_rust_extension == 'y' -%} "maturin" {% else -%} "setuptools.build_meta" {% endif %}
62+ requires = [{% if cookiecutter.add_rust_extension == 'y' -%} "maturin>=1.3.0,<2.0" {% else -%} "setuptools>=61.0" {% endif - %}]
63+ build-backend = {% if cookiecutter.add_rust_extension == 'y' -%} "maturin" {% else -%} "setuptools.build_meta" {% endif - %}
6464
6565
6666[tool.uv]
You can’t perform that action at this time.
0 commit comments