"pip wheel --build-options" #881
Labels
auto-locked
Outdated issues that have been locked by automation
C: wheel
The wheel format and 'pip wheel' command
type: enhancement
Improvements to functionality
currently,
pip wheel --build-options
is a way to pass in "bdist_wheel" options.It seems we really need a way to pass in
setup.py build
options"bdist_wheel" calls build internally, but doesn't seem to support passing options into it?
@dholth ?
The text was updated successfully, but these errors were encountered: