Loading LICENSE.txt→LICENSE +0 −0 File moved. View file pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ version = "1.9.1" description = "Dependency Track SBOM Scanner" authors = [{ name = "Pierre Smeyers", email = "pierre.smeyers@gmail.com" }] license = "MIT" license-files = ["LICENSE.txt"] license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.12,<4.0" dependencies = ["requests (>=2.32.5,<4.0.0)", "urllib3 (>=2.6.0,<3.0.0)", "cyclonedx-python-lib (>=11.1.0,<12.0.0)"] Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ version = "1.9.1" description = "Dependency Track SBOM Scanner" authors = [{ name = "Pierre Smeyers", email = "pierre.smeyers@gmail.com" }] license = "MIT" license-files = ["LICENSE.txt"] license-files = ["LICENSE"] readme = "README.md" requires-python = ">=3.12,<4.0" dependencies = ["requests (>=2.32.5,<4.0.0)", "urllib3 (>=2.6.0,<3.0.0)", "cyclonedx-python-lib (>=11.1.0,<12.0.0)"] Loading