diff --git a/pyproject.toml b/pyproject.toml index cea93c76..29f75b5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,8 +24,11 @@ packages = [ { include = "cyclonedx" } ] include = [ - "README.md", "LICENSE", "NOTICE", - { path = "tests", format = "sdist" }, + # all is an object -> prevent parse issue like https://github.com/CycloneDX/cyclonedx-python-lib/network/updates/740004978 + { path="README.md", format =["sdist","wheel"] }, + { path="LICENSE", format=["sdist","wheel"] }, + { path="NOTICE", format=["sdist","wheel"] }, + { path="tests", format=["sdist"] }, ] exclude = [ # exclude dotfiles