File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 13
13
14
14
----
15
15
16
- This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all
17
- project dependencies. CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple
18
- to parse.
16
+ This Python package can render and read valid [ CycloneDX] [ link_website ] documents.
17
+ CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.
19
18
20
19
** This module is not designed for standalone use.**
21
20
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
6
6
name = " cyclonedx-python-lib"
7
7
# !! version is managed by semantic_release
8
8
version = " 5.0.0"
9
- description = " A library for producing CycloneDX SBOM (Software Bill of Materials) files. "
9
+ description = " Python library for CycloneDX"
10
10
authors = [
11
11
" Paul Horton <phorton@sonatype.com>" ,
12
12
" Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments