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 9e84c81 commit 6f9ce85Copy full SHA for 6f9ce85
{{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 = ["LICENSE"]
+license-files = {file = "LICENSE"}
10
readme = "README.md"
11
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
12
keywords = [
0 commit comments