Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: finish fix for speeding up "pip install .".
This is a follow-up to pypagh-2535, which added the code to copy via (sdist + unpack) instead of shutil.copytree, but forgot to actually call that function. Fixes pypagh-2195 (slow pip install of a dir).
- Loading branch information