Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove .egg-info/ to allow wheel installation
tox now invokes pip as a python module instead of through its entry point. "python -m" adds the current directory to the PYTHONPATH, picking up the .egg-info/ metadata directory, tricking pip into thinking that the package is already installed (and thus not installing the wheel). Deleting the metadata directory fixes this.
- Loading branch information