pypa / twine

Utilities for interacting with PyPI
https://twine.readthedocs.io/
Apache License 2.0
1.61k stars 308 forks source link

Indicate which files failed to find metadata info #1106

Closed sigmavirus24 closed 5 months ago

sigmavirus24 commented 5 months ago

When showing users an error, explain that we couldn't find a file with Metadata-Version in it and list the names of files we searched in the archive.

Closes #1100