Getting rid of Qt5Compat, ridding dependency on PySide6-Addons
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
89e78913de
commit
a26dbc8a00
4 changed files with 6 additions and 8 deletions
|
@ -122,7 +122,7 @@ if sys.platform == 'linux':
|
|||
# os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/apps/logplotter.svg')
|
||||
|
||||
setuptools.setup(
|
||||
install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide6-Essentials", "PySide6-Addons"]),
|
||||
install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide6-Essentials"]),
|
||||
python_requires='>=3.9',
|
||||
|
||||
name='logarithmplotter',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue