[Distutils] Erasing *.py after install

Ville Vainio ville.vainio@swisslog.com
Mon Jul 8 08:53:03 2002


Occasionally there is a need to delete the *.py files (but leave *.pyc 
and *.pyo) after installation, in order to protect some proprietary 
stuff (not just embarrassing hacks ;-). It would be quite nice to have 
this option in distutils. Or is it there already?

-- Ville