We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f170962 commit 9d21a88Copy full SHA for 9d21a88
1 file changed
tests/data/test_package_generation/pyproject.toml
@@ -26,6 +26,9 @@ dynamic = [
26
]
27
keywords = [
28
29
+license-files = [
30
+ "LICENSE.md",
31
+]
32
name = "cookiecutter-test"
33
optional-dependencies = {dev = [
34
"build",
@@ -46,7 +49,6 @@ optional-dependencies = {dev = [
46
49
]}
47
50
readme = "README.md"
48
51
requires-python = ">=3.11"
-license.file = "LICENSE.md"
52
urls.homepage = "https://github.com/test-user/cookiecutter-test"
53
54
[tool.coverage]
0 commit comments