We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393cf61 commit 237aeb5Copy full SHA for 237aeb5
{{cookiecutter.project_name}}/pyproject.toml
@@ -50,9 +50,8 @@ Repository = "https://github.com/{{ cookiecutter.github_user | lower | replace('
50
[build-system]
51
requires = [{% if cookiecutter.add_rust_extension == 'y' -%} "maturin>=1.3.0,<2.0" {% else -%} "setuptools>=61.0" {% endif -%}]
52
build-backend = {% if cookiecutter.add_rust_extension == 'y' -%} "maturin" {% else -%} "setuptools.build_meta" {% endif -%}
53
-
54
{% if cookiecutter.add_rust_extension == 'y' -%}
+
55
[tool.maturin]
56
rust-src = "rust"
57
58
{% endif -%}
0 commit comments