mirror of
https://github.com/michaelcmartin/Ophis.git
synced 2024-12-09 10:50:33 +00:00
6 lines
171 B
Python
6 lines
171 B
Python
import py2exe
|
|
|
|
py2exe.freeze(options={'bundle_files': 1, 'packages': ['Ophis']},
|
|
console=[{'script': "scripts/ophis"}],
|
|
zipfile='modules.zip')
|