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