From 67a44346c0da575f7bef2b801f1a074ce831e125 Mon Sep 17 00:00:00 2001 From: Dpeta Date: Fri, 6 May 2022 01:08:22 +0200 Subject: [PATCH] linux didn't like that :"3 --- CHANGELOG.md | 1 - pyinstaller.py | 3 --- setup.py | 3 --- 3 files changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb2b627..1649757 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ## [v2.2.3] - 2022-05-04 ### Changed - - Excluded some more modules in build files. - Added empty 'package' option to 'setup' in setup.py, setuptools v61.0.0 doesn't seem to like our project layout anymore. - Qt's startSystemMove() is used to move Pesterchum's main window now. (system-specific move operation) - This fixes click-and-drag on Wayland, which doesn't support setting window position via setPosition(). diff --git a/pyinstaller.py b/pyinstaller.py index 1ef7c28..7cebd0f 100644 --- a/pyinstaller.py +++ b/pyinstaller.py @@ -84,9 +84,6 @@ exclude_modules = ['collections.sys', 'PyQt5.QtAssistant', 'PyQt5.QtDesigner', 'PyQt5.QAxContainer', - 'asyncio', # for now . . . - 'email', # ?? :? - 'xml', 'pygame.docs' # Hopefully we can just not have pygame at all at some point =3 # (when QtMultimedia stops relying on local codecs