In order to speed up the execution of common tasks such as:
- running tests
- install
- uninstall
- clean undesired post-installation files (*.pyc, *.so, __pycache__, etc)
- upload psutil on pypi
I already wrote a make file for UNIX:
https://code.google.com/p/psutil/source/browse/Makefile
...but I'd also like to have a make.bat on Windows, which is where these tasks
are more painful.
Original issue reported on code.google.com by g.rodola on 21 Dec 2013 at 6:39
Original issue reported on code.google.com by
g.rodola
on 21 Dec 2013 at 6:39