Add the license to PyPi
PyPi provides pack details for each pack at https://pypi.org/pypi/<pack name = "">/<pack version = "">/json.
It is impossible to obtain the license for the mypy_extenstion pack in PyPi.
The (MIT) license needs to be added to the pack details on PyPi.
See here how to do it
The sdist and wheel both set License-Expression: MIT correctly. Unfortunately, the upload to PyPI happened with an outdated twine release which didn't push the metadata to PyPI.
@cdce8p does that mean that on the next release it will be fixed?
@cdce8p does that mean that on the next release it will be fixed?
It could be if pip install -U twine is done before the upload. I'm not the one publishing releases though.
@JukkaL sorry to bother, I can't find a release step in this project's workflow, so I have to assume the release happens from some developer's machine. Would you know who releases mypy-extensions, and if they could update their twine version?
I would be willing to build a build pipleline. If there is a consensus that this would be helpfull and would have a chance to be merged.
LicenseCheck is also unable to determine the license because of this.