mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-08 05:33:34 +00:00
bundle_files 3 to prevent crash of 32-bit Windows
This commit is contained in:
2
setup.py
2
setup.py
@ -9,7 +9,7 @@ setup(
|
|||||||
zipfile = None,
|
zipfile = None,
|
||||||
options = {'py2exe':
|
options = {'py2exe':
|
||||||
{'optimize': 2,
|
{'optimize': 2,
|
||||||
'bundle_files': 1,
|
'bundle_files': 3,
|
||||||
'includes': ['passlib.handlers.sha2_crypt'],
|
'includes': ['passlib.handlers.sha2_crypt'],
|
||||||
'dist_dir' : 'gam'}
|
'dist_dir' : 'gam'}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user