Skip to content

Commit f170962

Browse files
authored
Change license.file to license-files
I encountered this issue when making a release astro-informatics/sleplet#451
1 parent 96a9324 commit f170962

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ dynamic = [
2929
]
3030
keywords = [
3131
]
32+
license-files = [
33+
"LICENSE.md",
34+
]
3235
name = "{{cookiecutter.project_slug}}"
3336
optional-dependencies = {dev = [
3437
"build",
@@ -49,7 +52,6 @@ optional-dependencies = {dev = [
4952
]}
5053
readme = "README.md"
5154
requires-python = ">={{cookiecutter.min_python_version}}"
52-
license.file = "LICENSE.md"
5355
urls.homepage = "{{cookiecutter.__repo_url}}"
5456

5557
[tool.coverage]

0 commit comments

Comments
 (0)