We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When trying to upload the file docker-7.1.0-py3-none-any.whl with twine, I get the error message
docker-7.1.0-py3-none-any.whl
InvalidDistribution: Invalid distribution metadata: license-expression introduced in metadata version 2.4, not 2.3
And sure enough, the METADATA file contains both Metadata-Version: 2.3 and License-Expression: Apache-2.0
Metadata-Version: 2.3
License-Expression: Apache-2.0
Would appreciate if the METADATA file was valid.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to upload the file
docker-7.1.0-py3-none-any.whl
with twine, I get the error messageInvalidDistribution: Invalid distribution metadata: license-expression introduced in metadata version 2.4, not 2.3
And sure enough, the METADATA file contains both
Metadata-Version: 2.3
andLicense-Expression: Apache-2.0
Would appreciate if the METADATA file was valid.
The text was updated successfully, but these errors were encountered: