| # -*- mode: python ; coding: utf-8 -*- | |
| a = Analysis( | |
| ['src\\pyhwp\\html_converter.py'], | |
| pathex=[], | |
| binaries=[], | |
| datas=[('src/hwp5/xsl', 'hwp5/xsl'), ('src/hwp5/locale', 'hwp5/locale'), ('src/hwp5/odf-relaxng', 'hwp5/odf-relaxng')], | |
| hiddenimports=['lxml', 'olefile', 'hwp5.hwp5html', 'hwp5.hwp5xml', 'hwp5.plat._lxml'], | |
| hookspath=[], | |
| hooksconfig={}, | |
| runtime_hooks=[], | |
| excludes=[], | |
| noarchive=False, | |
| optimize=0, | |
| ) | |
| pyz = PYZ(a.pure) | |
| exe = EXE( | |
| pyz, | |
| a.scripts, | |
| a.binaries, | |
| a.datas, | |
| [], | |
| name='hwp2html', | |
| debug=False, | |
| bootloader_ignore_signals=False, | |
| strip=False, | |
| upx=True, | |
| upx_exclude=[], | |
| runtime_tmpdir=None, | |
| console=True, | |
| disable_windowed_traceback=False, | |
| argv_emulation=False, | |
| target_arch=None, | |
| codesign_identity=None, | |
| entitlements_file=None, | |
| ) | |