Skip to content

Commit 237aeb5

Browse files
committed
chore: another attempt at getting the formatting right
1 parent 393cf61 commit 237aeb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,8 @@ Repository = "https://github.com/{{ cookiecutter.github_user | lower | replace('
5050
[build-system]
5151
requires = [{% if cookiecutter.add_rust_extension == 'y' -%} "maturin>=1.3.0,<2.0" {% else -%} "setuptools>=61.0" {% endif -%}]
5252
build-backend = {% if cookiecutter.add_rust_extension == 'y' -%} "maturin" {% else -%} "setuptools.build_meta" {% endif -%}
53-
5453
{% if cookiecutter.add_rust_extension == 'y' -%}
54+
5555
[tool.maturin]
5656
rust-src = "rust"
57-
5857
{% endif -%}

0 commit comments

Comments
 (0)