How could I make my setup.py pre-delete and post-delete the build directory?
setup.py
Does this answer it? IIRC, you'll need to use the --all flag to get rid of stuff outside of build/lib:
--all
build/lib
python setup.py clean --all
1.4m articles
1.4m replys
5 comments
57.0k users