Closed
Description
Line 10 in a202e66
It should be
license = { text = "MIT LICENSE" }
or if you want to read from the LICENSE
file
license = { file = "LICENSE" }
This bug is causing the PyPI package from version 4.2.0
onward to have the wrong LICENSE metadata
Activity
Lee-W commentedon Mar 20, 2025
ah.., right. should be the second one. Thanks for reminding us!
kien-truong commentedon Mar 20, 2025
In that case, you should add the License to the trove classifier too