Skip to content

Commit

Permalink
docs: revisit project meta (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Oct 24, 2023
1 parent b9fcfb4 commit c3254d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@

----

This CycloneDX module for Python can generate valid CycloneDX bill-of-material document containing an aggregate of all
project dependencies. CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple
to parse.
This Python package can render and read valid [CycloneDX][link_website] documents.
CycloneDX is a lightweight BOM specification that is easily created, human-readable, and simple to parse.

**This module is not designed for standalone use.**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
name = "cyclonedx-python-lib"
# !! version is managed by semantic_release
version = "5.0.0"
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
description = "Python library for CycloneDX"
authors = [
"Paul Horton <phorton@sonatype.com>",
"Jan Kowalleck <jan.kowalleck@gmail.com>",
Expand Down

0 comments on commit c3254d0

Please sign in to comment.