ezyang / ghstack

Submit stacked diffs to GitHub on the command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make python setup.py clean work

ailzhang opened this issue · comments

Currently python setup.py clean doesn't actually clean anything :P
It should at least remove build/ folder, might also clean up a few additional files generated in the build process.
This can be done by overwriting clean command in setup.py, see some examples in https://github.com/taichi-dev/taichi/blob/master/setup.py#L213.

sorry wrong repo :P

I was writing a ghstack tutorial that keeps this tab open lol (I'm planning to post it here once it's more polished)