Skip to content

Commit c4eaaa5

Browse files
authored
chore: make pyproject parsable by dependabot (#477)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent c3254d0 commit c4eaaa5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@ packages = [
2424
{ include = "cyclonedx" }
2525
]
2626
include = [
27-
"README.md", "LICENSE", "NOTICE",
28-
{ path = "tests", format = "sdist" },
27+
# all is an object -> prevent parse issue like https://github.com/CycloneDX/cyclonedx-python-lib/network/updates/740004978
28+
{ path="README.md", format =["sdist","wheel"] },
29+
{ path="LICENSE", format=["sdist","wheel"] },
30+
{ path="NOTICE", format=["sdist","wheel"] },
31+
{ path="tests", format=["sdist"] },
2932
]
3033
exclude = [
3134
# exclude dotfiles

0 commit comments

Comments
 (0)