Closed uranusjr closed 6 years ago
Fix #47 without using pip internals (well, except InstallRequirement). The egg-info logic is piggybacked directly after wheel-building, avoiding the duplicated download.
Close #40. This does not include the progress bar fix in #47.
avoiding the duplicated download.
Nice.
Fix #47 without using pip internals (well, except InstallRequirement). The egg-info logic is piggybacked directly after wheel-building, avoiding the duplicated download.
Close #40. This does not include the progress bar fix in #47.