Skip to content

Commit 38dcdc3

Browse files
committed
fix: attempt to fix license-files syntax
1 parent 6f9ce85 commit 38dcdc3

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

0 commit comments

Comments
 (0)