linux didn't like that :"3
This commit is contained in:
parent
b425141855
commit
67a44346c0
3 changed files with 0 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
||||||
## [v2.2.3] - 2022-05-04
|
## [v2.2.3] - 2022-05-04
|
||||||
|
|
||||||
### Changed
|
### 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.
|
- 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)
|
- 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().
|
- This fixes click-and-drag on Wayland, which doesn't support setting window position via setPosition().
|
||||||
|
|
|
@ -84,9 +84,6 @@ exclude_modules = ['collections.sys',
|
||||||
'PyQt5.QtAssistant',
|
'PyQt5.QtAssistant',
|
||||||
'PyQt5.QtDesigner',
|
'PyQt5.QtDesigner',
|
||||||
'PyQt5.QAxContainer',
|
'PyQt5.QAxContainer',
|
||||||
'asyncio', # for now . . .
|
|
||||||
'email', # ?? :?
|
|
||||||
'xml',
|
|
||||||
'pygame.docs' # Hopefully we can just not have pygame at all at some point =3
|
'pygame.docs' # Hopefully we can just not have pygame at all at some point =3
|
||||||
# (when QtMultimedia stops relying on local codecs </3)
|
# (when QtMultimedia stops relying on local codecs </3)
|
||||||
'pygame.examples',
|
'pygame.examples',
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -60,9 +60,6 @@ build_exe_options = {
|
||||||
'PyQt5.QtAssistant',
|
'PyQt5.QtAssistant',
|
||||||
'PyQt5.QtDesigner',
|
'PyQt5.QtDesigner',
|
||||||
'PyQt5.QAxContainer',
|
'PyQt5.QAxContainer',
|
||||||
'asyncio', # for now . . .
|
|
||||||
'email', # ?? :?
|
|
||||||
'xml',
|
|
||||||
'pygame.docs' # Hopefully we can just not have pygame at all at some point =3
|
'pygame.docs' # Hopefully we can just not have pygame at all at some point =3
|
||||||
# (when QtMultimedia stops relying on local codecs </3)
|
# (when QtMultimedia stops relying on local codecs </3)
|
||||||
'pygame.examples',
|
'pygame.examples',
|
||||||
|
|
Loading…
Reference in a new issue