Skip to content

Commit

Permalink
for include passlib.handlers.sha2_crypt
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Jul 9, 2014
1 parent fef5ec6 commit 00a61da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

setup(
console = ['gam.py'],


zipfile = None,
options = {'py2exe':
{'optimize': 2,
'bundle_files': 1,
'includes': ['passlib.handlers.sha2_crypt']'
'dist_dir' : 'gam'}
}
)
)

0 comments on commit 00a61da

Please sign in to comment.