We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fab3c commit c34e62bCopy full SHA for c34e62b
{{cookiecutter.project_name}}/pyproject.toml
@@ -49,13 +49,13 @@ Repository = "https://github.com/{{ cookiecutter.github_user | lower | replace('
49
50
{% if cookiecutter.add_rust_extension == 'y' -%}
51
[build-system]
52
-requires = "maturin>=1.3.0,<2.0"
+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"
+requires = ["setuptools>=61.0"]
60
build-backend = "setuptools.build_meta"
61
{% endif -%}
0 commit comments