##// END OF EJS Templates
setup: exclude crypt32.dll in py2exe builds...
Gregory Szorc -
r42120:e5ac701e default
parent child Browse files
Show More
@@ -1253,7 +1253,7 b' py2exepackages = ['
1253 ]
1253 ]
1254
1254
1255 py2exeexcludes = []
1255 py2exeexcludes = []
1256 py2exedllexcludes = []
1256 py2exedllexcludes = ['crypt32.dll']
1257
1257
1258 if issetuptools:
1258 if issetuptools:
1259 extra['python_requires'] = supportedpy
1259 extra['python_requires'] = supportedpy
General Comments 0
You need to be logged in to leave comments. Login now