-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tighten and simplify lookup for METADATA member in wheel archives
The location of the METADATA member in the wheel archive is well defined. It is not necessary nor desirable look for it elsewhere. See https://packaging.python.org/en/latest/specifications/binary-distribution-format/#file-contents This simplifies the implementation and is more correct. Modernize the code a bit, while at it.
- Loading branch information
Showing
2 changed files
with
52 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters