Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Remove transient directories after install to allow for rebuild
* While doing multiple rebuilds it is advisable to also clean up the state of the Git submodules with 'git clean -f', removing the OUTPUT directory at src/fastjet/_fastjet_core/ and the top level build directory is sufficient to do local development rebuilds --- i.e., the command 'python -m pip install --upgrade .' can be run twice in a row without error.
- Loading branch information