From 4ba21f0965cd8a1fe8467267d589a96683f4df5d Mon Sep 17 00:00:00 2001 From: 965 Date: Sun, 28 May 2023 23:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=B1=95Wordcloud=5FGUI=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.spec | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 main.spec diff --git a/main.spec b/main.spec deleted file mode 100644 index 5c16cf5..0000000 --- a/main.spec +++ /dev/null @@ -1,50 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -block_cipher = None - - -a = Analysis( - ['C:/Users/965/Builds/PythonLearning/Wordcloud_GUI/main.py'], - pathex=[], - binaries=[('C:/Users/965/Builds/PythonLearning/Wordcloud_GUI/WcModule.py', '.'), ('C:/Users/965/Builds/PythonLearning/venv/Lib/site-packages/wordcloud/stopwords', './wordcloud/')], - datas=[('C:/Users/965/Builds/PythonLearning/Wordcloud_GUI/main.ui', '.')], - hiddenimports=[], - hookspath=[], - hooksconfig={}, - runtime_hooks=[], - excludes=[], - win_no_prefer_redirects=False, - win_private_assemblies=False, - cipher=block_cipher, - noarchive=False, -) -pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher) - -exe = EXE( - pyz, - a.scripts, - [], - exclude_binaries=True, - name='main', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - console=True, - disable_windowed_traceback=False, - argv_emulation=False, - target_arch=None, - codesign_identity=None, - entitlements_file=None, -) -coll = COLLECT( - exe, - a.binaries, - a.zipfiles, - a.datas, - strip=False, - upx=True, - upx_exclude=[], - name='main', -)