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 1df756a commit fe15ddbCopy full SHA for fe15ddb
{{cookiecutter.project_name}}/pyproject.toml
@@ -5,7 +5,8 @@ description = "{{cookiecutter.project_name}}"
5
authors = [
6
{ name = "{{cookiecutter.author}}", email = "{{cookiecutter.email}}" },
7
]
8
-license = { text = "{{cookiecutter.license}}" }
+license = "{{cookiecutter.license}}"
9
+license-files = ["LICENSE"]
10
readme = "README.md"
11
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
12
keywords = [
0 commit comments