Skip to content

Commit 6d6f8e6

Browse files
committed
fixed license, and license-files stanzas in toml
1 parent 244867f commit 6d6f8e6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"https"
4848
],
4949
"__template_repo": "https://github.com/btr1975/cookiecutter-python-library",
50-
"__template_version": "2.0.0",
50+
"__template_version": "2.0.1",
5151
"_new_lines": "\n",
5252
"_copy_without_render": [
5353
".github"

{{cookiecutter.git_repo_name}}/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ authors = [
2222
maintainers = [
2323
{name = "{{ cookiecutter.full_name }}", email = "{{ cookiecutter.email }}"},
2424
]
25-
license = {file = "LICENSE"}
25+
license = "MIT"
26+
license-files = [
27+
"LICENSE"
28+
]
2629
classifiers = [
2730
"Development Status :: 5 - Production/Stable",
28-
"License :: OSI Approved :: MIT License",
2931
"Intended Audience :: Developers",
3032
"Natural Language :: English",
3133
"Operating System :: MacOS :: MacOS X",

0 commit comments

Comments
 (0)