diff --git a/NOTICE b/NOTICE new file mode 100644 index 00000000..1fd04a73 --- /dev/null +++ b/NOTICE @@ -0,0 +1,5 @@ +CycloneDX Python Lib +Copyright (c) OWASP Foundation + +This product includes software developed by the +CycloneDX community (https://cyclonedx.org/). diff --git a/pyproject.toml b/pyproject.toml index 41ad1328..074a500d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ packages = [ { include = "cyclonedx" } ] include = [ + "README.md", "LICENSE", "NOTICE", { path = "tests", format = "sdist" }, ] classifiers = [