Is there a recommended way to specify the permissions and ownership of scripts installed from distutils? Also, I'm currently just using this config in setup.cfg to control where the scripts go:
[install] install-scripts = /opt/mcad/bin But it would be very helpful if I could install some of the scripts in another location. Any good way to do that? Thanks! -Ben -- http://mail.python.org/mailman/listinfo/python-list