We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf04ff commit 42d30b3Copy full SHA for 42d30b3
MANIFEST.in
@@ -2,6 +2,7 @@ include README.md
2
include LICENSE
3
include THIRD-PARTY-NOTICES
4
include *.ini
5
+include sbom.json
6
include requirements.txt
7
exclude .coveragerc
8
exclude .git-blame-ignore-revs
sbom.json
@@ -0,0 +1,10 @@
1
+{
+ "metadata": {
+ "timestamp": "2024-05-02T17:36:12.698229+00:00"
+ },
+ "serialNumber": "urn:uuid:9876a8a6-060e-486f-b128-910aecf0fe7b",
+ "version": 1,
+ "$schema": "http://cyclonedx.org/schema/bom-1.5.schema.json",
+ "bomFormat": "CycloneDX",
9
+ "specVersion": "1.5"
10
+ }
0 commit comments