How avoid installing directories match some pattern when using distutils.core setup?

Peng Yu pengyu.ut at gmail.com
Mon Mar 18 22:43:04 EDT 2013


Hi,

By default, setup.py will install everything in the source directory.
I want mask some directories so that they will not be installed. Is
there a way to do so in setup.py?

-- 
Regards,
Peng



More information about the Python-list mailing list