Skip to content

Commit 9d21a88

Browse files
committed
Fix test
1 parent f170962 commit 9d21a88

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/data/test_package_generation/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ dynamic = [
2626
]
2727
keywords = [
2828
]
29+
license-files = [
30+
"LICENSE.md",
31+
]
2932
name = "cookiecutter-test"
3033
optional-dependencies = {dev = [
3134
"build",
@@ -46,7 +49,6 @@ optional-dependencies = {dev = [
4649
]}
4750
readme = "README.md"
4851
requires-python = ">=3.11"
49-
license.file = "LICENSE.md"
5052
urls.homepage = "https://github.com/test-user/cookiecutter-test"
5153

5254
[tool.coverage]

0 commit comments

Comments
 (0)