aboutcode-org / license-expression

Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine. For expressions using SPDX or any other license id scheme.
http://aboutcode.org
Other
58 stars 24 forks source link

Fix python_requires by changing >=3.6.* to >=3.6 #79

Closed RazerM closed 1 year ago

RazerM commented 1 year ago

pdm fails to install this package because of it, but I think it's enough to point to Requires-python in Core Metadata which points to PEP 440 and prefix matching is only supported for ==.

pombredanne commented 1 year ago

@RazerM Thanks for the PR and this is in the latest published release now