kiranvizru / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

Provide a make file #459

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 10 Mar 2014 at 3:07