Skip to content

Commit 3a1a8a5

Browse files
authored
fix: ship meta files (#434)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6a941b1 commit 3a1a8a5

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

NOTICE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CycloneDX Python Lib
2+
Copyright (c) OWASP Foundation
3+
4+
This product includes software developed by the
5+
CycloneDX community (https://cyclonedx.org/).

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ packages = [
2121
{ include = "cyclonedx" }
2222
]
2323
include = [
24+
"README.md", "LICENSE", "NOTICE",
2425
{ path = "tests", format = "sdist" },
2526
]
2627
classifiers = [

0 commit comments

Comments
 (0)