File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ name = "cyclonedx-python-lib"
33version = " 3.1.3"
44description = " A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55authors = [" Paul Horton <phorton@sonatype.com>" ]
6- maintainers = [" Paul Horton <phorton@sonatype.com>" ]
6+ maintainers = [
7+ " Paul Horton <phorton@sonatype.com>" ,
8+ " Jan Kowalleck <jan.kowalleck@gmail.com>" ,
9+ ]
710license = " Apache-2.0"
811readme = " README.md"
912homepage = " https://github.com/CycloneDX/cyclonedx-python-lib"
@@ -12,7 +15,7 @@ packages = [
1215 { include = " cyclonedx" }
1316]
1417include = [
15- " LICENSE"
18+ " LICENSE" ,
1619]
1720classifiers = [
1821 # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier
You can’t perform that action at this time.
0 commit comments