I'm building a simple wheel package using python setup.py bdist_wheel
.
This will build the package first in the directory ./build
. How can I customize that location?
For the setup.py bdist
command there appears to be an argument --bdist-base
but not so for bdist_wheel
, I think.