Add excludes and optimize for py2exe.

This commit is contained in:
Lukáš Lalinský
2007-03-18 18:03:52 +01:00
parent 218e073aee
commit 258ba08a0f

View File

@@ -429,6 +429,8 @@ try:
args['options'] = {
'bdist_nsis': {
'includes': ['sip'] + [e.name for e in ext_modules],
'excludes': ['ssl', 'socket', 'bz2'],
'optimize': 2,
},
}
except ImportError: