File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ SPDX and SBOM in general) as a way to express licensing precisely.
2323
2424``license-expression `` is a comprehensive utility library to parse, compare,
2525simplify and normalize these license expressions (such as SPDX license expressions)
26- using boolean logic like in: `GPL-2.0 or later WITH Classpath Exception AND MIT `.
26+ using boolean logic like in: `GPL-2.0-or- later WITH Classpath-exception-2.0 AND MIT `.
2727
28- It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.13 )
28+ It includes the license keys from SPDX https://spdx.org/licenses/ (version 3.19 )
2929and ScanCode license DB (version 21.6.7) https://scancode-licensedb.aboutcode.org/
3030to get started quickly.
3131
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ zip_safe = false
4545
4646setup_requires = setuptools_scm[toml] >= 4
4747
48- python_requires = >=3.6.*
48+ python_requires = >=3.6
4949
5050install_requires =
5151 boolean.py >= 4.0
You can’t perform that action at this time.
0 commit comments