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