Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setuptools and wheel as pip dependencies
setuptools usually comes along with pip, but wheel does not. Using wheel where possible to build python extensions is more modern and more security conscious than using setup.py.
- Loading branch information