Skip to content

Commit 7aae26d

Browse files
committed
chore: add Jan Kowalleck as a maintainer
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 57a9e5e commit 7aae26d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name = "cyclonedx-python-lib"
33
version = "3.1.3"
44
description = "A library for producing CycloneDX SBOM (Software Bill of Materials) files."
55
authors = ["Paul Horton <[email protected]>"]
6-
maintainers = ["Paul Horton <[email protected]>"]
6+
maintainers = [
7+
"Paul Horton <[email protected]>",
8+
"Jan Kowalleck <[email protected]>",
9+
]
710
license = "Apache-2.0"
811
readme = "README.md"
912
homepage = "https://github.com/CycloneDX/cyclonedx-python-lib"
@@ -12,7 +15,7 @@ packages = [
1215
{ include = "cyclonedx" }
1316
]
1417
include = [
15-
"LICENSE"
18+
"LICENSE",
1619
]
1720
classifiers = [
1821
# Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier

0 commit comments

Comments
 (0)