Skip to content

Commit fe15ddb

Browse files
committed
chore: update pyproject.toml to not use a toml table in the license field
1 parent 1df756a commit fe15ddb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description = "{{cookiecutter.project_name}}"
55
authors = [
66
{ name = "{{cookiecutter.author}}", email = "{{cookiecutter.email}}" },
77
]
8-
license = { text = "{{cookiecutter.license}}" }
8+
license = "{{cookiecutter.license}}"
9+
license-files = ["LICENSE"]
910
readme = "README.md"
1011
requires-python = ">={{cookiecutter.min_python_version}},<4.0"
1112
keywords = [

0 commit comments

Comments
 (0)