Running twine upload against the opt_einsum wheel fails with:
InvalidDistribution: Invalid distribution metadata: license-expression
introduced in metadata version 2.4, not 2.3
Looks like changing license = 'MIT' to license = {text = "MIT"} or updating hatchling could resolve this. Since hatchling isn't pinned I presume a new release would probably fix it as well.
Running
twine uploadagainst theopt_einsumwheel fails with:Looks like changing
license = 'MIT'tolicense = {text = "MIT"}or updatinghatchlingcould resolve this. Sincehatchlingisn't pinned I presume a new release would probably fix it as well.