Skip to content

Commit 80381fd

Browse files
authored
Merge pull request #174 from sw360/fix-pyproject-case
fix(pyproject.toml): fix spelling of license file
2 parents baaeeee + 81a8783 commit 80381fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
]
1515
keywords = ["sw360", "cli, automation", "license", "compliance", "clearing"]
1616
license-files = [
17-
"LICENSE.md"
17+
"License.md"
1818
]
1919
classifiers = [
2020
"Development Status :: 5 - Production/Stable",
@@ -54,7 +54,7 @@ capycli = "capycli.main.cli:main"
5454

5555
[tool.poetry]
5656
include = [
57-
"LICENSE.md",
57+
"License.md",
5858
{ path = "capycli/data/granularity_list.csv", format = "wheel" },
5959
{ path = "capycli/data/__init__.py", format = "wheel" },
6060
{ path = "capycli/data/granularity_list.csv", format = "sdist" },

0 commit comments

Comments
 (0)