Skip to content

Commit 6f9ce85

Browse files
committed
fix: adjust license-files in pyproject.toml to satisfy pep 639 and maturin
1 parent 9e84c81 commit 6f9ce85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
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 = ["LICENSE"]
9+
license-files = {file = "LICENSE"}
1010
readme = "README.md"
1111
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
1212
keywords = [

0 commit comments

Comments
 (0)