Skip to content

Commit e16485e

Browse files
committed
fix: replace license-files.paths with just license-files and set minimum maturin version to 1.9.0
1 parent 183e047 commit e16485e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
{ name = "{{cookiecutter.author}}", email = "{{cookiecutter.email}}" },
77
]
88
license = "{{cookiecutter.license}}"
9-
license-files.paths = ["LICENSE"]
9+
license-files = ["LICENSE"]
1010
readme = "README.md"
1111
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
1212
keywords = [
@@ -58,7 +58,7 @@ explicit = true
5858

5959
{% if cookiecutter.add_rust_extension -%}
6060
[build-system]
61-
requires = ["maturin>=1.3.0,<2.0"]
61+
requires = ["maturin>=1.9.0,<2.0"]
6262
build-backend = "maturin"
6363

6464
[tool.maturin]

0 commit comments

Comments
 (0)