python-blosc icon indicating copy to clipboard operation
python-blosc copied to clipboard

wrong setuptools build command

Open eamanu opened this issue 3 years ago • 0 comments

Hi,

The Readme say that to build the python-blosc we should run python setup.py build --inplace. But seems that --inplace param is used with the command build_ext and not with build.

eamanu avatar May 09 '22 23:05 eamanu