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 1313
1414----
1515
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.
1918
2019** This module is not designed for standalone use.**
2120
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66name = " cyclonedx-python-lib"
77# !! version is managed by semantic_release
88version = " 5.0.0"
9- description = " A library for producing CycloneDX SBOM (Software Bill of Materials) files. "
9+ description = " Python library for CycloneDX"
1010authors = [
1111 " Paul Horton <phorton@sonatype.com>" ,
1212 " Jan Kowalleck <jan.kowalleck@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments