Closed
Description
From @Oberon00's comment: #247 (comment).
Right now we build packages with python setup.py bdist_wheel
, but we should consider using setup.py
to build a source distribution and pip wheel
to build the wheel.
From @Oberon00's comment: #247 (comment).
Right now we build packages with python setup.py bdist_wheel
, but we should consider using setup.py
to build a source distribution and pip wheel
to build the wheel.