@@ -4,12 +4,11 @@ version = "4.0.0"
44description = " Standard BOM Format Library"
55keywords = [" sbom" , " software-bill-of-materials" , " cyclonedx" , " cdx" ]
66authors = [
7- { name = " Hakan Dilek" , email = " hakan.dilek@siemens.com" },
8- { name = " Thomas Jensen" , email = " jensenthomas@siemens.com" },
9- { name = " Leo Reinmann" , email = " leo.reinmann@siemens.com" }
7+ { name = " Hakan Dilek" , email = " hakan.dilek@siemens.com" },
8+ { name = " Thomas Jensen" , email = " jensenthomas@siemens.com" },
9+ { name = " Leo Reinmann" , email = " leo.reinmann@siemens.com" },
1010]
1111license = " MIT"
12- homepage = " https://sbom.siemens.io/"
1312readme = " README.md"
1413classifiers = [
1514 " Development Status :: 5 - Production/Stable" ,
@@ -23,8 +22,9 @@ classifiers = [
2322 " Programming Language :: Python :: 3.12" ,
2423 " Programming Language :: Python :: 3.13" ,
2524]
25+ urls = { homepage = " https://sbom.siemens.io/" , repository = " https://github.com/siemens/standard-bom-python" , "Bug Tracker" = " https://github.com/siemens/standard-bom-python/issues" , documentation = " https://github.com/siemens/standard-bom-python/blob/main/README.md" }
2626
27- requires-python = " ^ 3.10"
27+ requires-python = " >= 3.10,<4.0 "
2828dependencies = [
2929 " python-dateutil (>=2.9.0.post0,<3.0.0)" ,
3030 " cyclonedx-python-lib(>=9.1.0,<10.0.0)" ,
@@ -49,4 +49,3 @@ mypy = "^1.15.0"
4949types-python-dateutil = " ^2.9.0.20241206"
5050tox = " ^4.24.1"
5151sortedcontainers-stubs = " ^2.4.2"
52-
0 commit comments