Skip to content

Commit de359e8

Browse files
authored
Fixes and improvements in the poetry config (#4)
1 parent d73e6ce commit de359e8

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ version = "4.0.0"
44
description = "Standard BOM Format Library"
55
keywords = ["sbom", "software-bill-of-materials", "cyclonedx", "cdx"]
66
authors = [
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
]
1111
license = "MIT"
12-
homepage = "https://sbom.siemens.io/"
1312
readme = "README.md"
1413
classifiers = [
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"
2828
dependencies = [
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"
4949
types-python-dateutil = "^2.9.0.20241206"
5050
tox = "^4.24.1"
5151
sortedcontainers-stubs = "^2.4.2"
52-

0 commit comments

Comments
 (0)