Skip to content

Commit c3254d0

Browse files
authored
docs: revisit project meta (#475)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b9fcfb4 commit c3254d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
name = "cyclonedx-python-lib"
77
# !! version is managed by semantic_release
88
version = "5.0.0"
9-
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
9+
description = "Python library for CycloneDX"
1010
authors = [
1111
"Paul Horton <[email protected]>",
1212
"Jan Kowalleck <[email protected]>",

0 commit comments

Comments
 (0)