python-lsp/python-lsp-jsonrpc

No license included in package metadata

thejcannon opened this issue ยท 3 comments

๐Ÿ‘‹ I see that the project uses the MIT License, but the uploaded sdist and wheel don't include that in the Trove Classifiers or package metadata.

Hey @thejcannon, thanks for reporting. You're welcome to submit a pull request to fix that.

I think the change has already been made:

license = {text = "MIT"}
you just need to publish a new version ๐Ÿ˜„

Although it doesn't have the trove classifier. Let me add that