How to keep permission bits when including package data in distutils

Olli Wang olliwang at ollix.com
Fri Oct 30 12:27:03 EDT 2009


Hi, I want to include some binary package data into my distribution
and I define these binary in MANIFEST.in. However, all binary lose the
`x` permissions so they can't be executed in my program. Is there any
way to remedy this situation? Thanks.



More information about the Python-list mailing list