From 001d7bd954231ca0ad1de738ef24f1b900d657f9 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Thu, 14 Sep 2023 14:39:47 +0200 Subject: [PATCH] fix: ship meta files Signed-off-by: Jan Kowalleck --- NOTICE | 5 +++++ pyproject.toml | 1 + 2 files changed, 6 insertions(+) create mode 100644 NOTICE 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 = [