5 lines
899 B
Python
5 lines
899 B
Python
block_cipher = None
|
|
a = Analysis(pathex=['pyucc', '.', 'external\\python-tkinter-logger', 'external\\python-resource-monitor'], binaries=[], datas=[('PyUcc.ico', '.'), ('external\\python-tkinter-logger\tkinter_logger.py', '.'), ('external\\python-resource-monitor\resource_monitor.py', '.')], hiddenimports=['tkinter_logger', 'resource_monitor', 'pyucc.core.differ', 'my.added.module'], hookspath=[], runtime_hooks=[], excludes=[], cipher=block_cipher, noarchive=False, scripts=['pyucc\\__main__.py'])
|
|
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
|
|
exe = EXE(pyz, a.scripts, a.binaries, a.zipfiles, a.datas, [], name='PyUcc', debug=False, bootloader_ignore_signals=False, strip=False, upx=True, upx_exclude=[], runtime_tmpdir=None, console=True, icon='PyUcc.ico', exclude_binaries=True)
|
|
coll = COLLECT(exe, a.binaries, a.zipfiles, a.datas, strip=False, upx=True, upx_exclude=[], name='PyUcc') |