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 2f92d90 commit e1fab3cCopy full SHA for e1fab3c
{{cookiecutter.project_name}}/pyproject.toml
@@ -51,11 +51,11 @@ Repository = "https://github.com/{{ cookiecutter.github_user | lower | replace('
51
[build-system]
52
requires = "maturin>=1.3.0,<2.0"
53
build-backend = "maturin"
54
+
55
+[tool.maturin]
56
+rust-src = "rust"
57
{% else -%}
58
59
requires = "setuptools>=61.0"
60
build-backend = "setuptools.build_meta"
-
-[tool.maturin]
-rust-src = "rust"
61
{% endif -%}
0 commit comments