diff --git a/init.spec b/init.spec deleted file mode 100644 index 82a26b6..0000000 --- a/init.spec +++ /dev/null @@ -1,29 +0,0 @@ -# -*- mode: python -*- - -block_cipher = None - - -a = Analysis(['init.py'], - pathex=['Z:\\home\\ik15ydit\\reps\\random-code\\ths'], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher) -pyz = PYZ(a.pure, a.zipped_data, - cipher=block_cipher) -exe = EXE(pyz, - a.scripts, - a.binaries, - a.zipfiles, - a.datas, - name='init', - debug=False, - strip=False, - upx=True, - runtime_tmpdir=None, - console=True )