mirror of
https://github.com/GAM-team/GAM.git
synced 2025-05-12 12:17:20 +00:00
for include passlib.handlers.sha2_crypt
This commit is contained in:
parent
fef5ec622e
commit
00a61dae70
5
setup.py
5
setup.py
@ -5,11 +5,12 @@ sys.argv.append('py2exe')
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
console = ['gam.py'],
|
console = ['gam.py'],
|
||||||
|
|
||||||
zipfile = None,
|
zipfile = None,
|
||||||
options = {'py2exe':
|
options = {'py2exe':
|
||||||
{'optimize': 2,
|
{'optimize': 2,
|
||||||
'bundle_files': 1,
|
'bundle_files': 1,
|
||||||
|
'includes': ['passlib.handlers.sha2_crypt']'
|
||||||
'dist_dir' : 'gam'}
|
'dist_dir' : 'gam'}
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user