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 183e047 commit e16485eCopy full SHA for e16485e
{{cookiecutter.project_name}}/pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
{ name = "{{cookiecutter.author}}", email = "{{cookiecutter.email}}" },
7
]
8
license = "{{cookiecutter.license}}"
9
-license-files.paths = ["LICENSE"]
+license-files = ["LICENSE"]
10
readme = "README.md"
11
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
12
keywords = [
@@ -58,7 +58,7 @@ explicit = true
58
59
{% if cookiecutter.add_rust_extension -%}
60
[build-system]
61
-requires = ["maturin>=1.3.0,<2.0"]
+requires = ["maturin>=1.9.0,<2.0"]
62
build-backend = "maturin"
63
64
[tool.maturin]
0 commit comments