linux didn't like that :"3

This commit is contained in:
Dpeta 2022-05-06 01:08:22 +02:00
parent b425141855
commit 67a44346c0
3 changed files with 0 additions and 7 deletions

View file

@ -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().

View file

@ -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 </3)
'pygame.examples',

View file

@ -60,9 +60,6 @@ build_exe_options = {
'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 </3)
'pygame.examples',