In GitLab by @jaraco on May 8, 2019, 17:45
It should be possible for a packager to put multiple distributions into a single zip file. Currently, the code assumes the wheel convention and relies on the name and version from the wheel filename to infer a single dist-info metadata.
In GitLab by @jaraco on May 8, 2019, 17:45
It should be possible for a packager to put multiple distributions into a single zip file. Currently, the code assumes the wheel convention and relies on the
nameandversionfrom the wheel filename to infer a singledist-infometadata.