1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 01:36:27 +00:00

Revert "add hiddenimports=['pkg_resources.extern']"

This reverts commit 193297c8fc.
This commit is contained in:
Alex Xu
2024-06-25 19:29:05 -07:00
parent 193297c8fc
commit 89289412a3
3 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ a = Analysis(['kcc.py'],
pathex=['.'],
binaries=[],
datas=[],
hiddenimports=['pkg_resources.extern'],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],