Currently, running python setup.py clean removes the /build directory, but it further does not remove any compiled files that are in the pygeos/ package directory itself when doing inplace builds (eg lib.cpython-.....so), and thus does not actually enable a "clean build".
Currently, running
python setup.py cleanremoves the/builddirectory, but it further does not remove any compiled files that are in thepygeos/package directory itself when doing inplace builds (eglib.cpython-.....so), and thus does not actually enable a "clean build".