diff --git a/package-wine.sh b/package-wine.sh index 62a9a21..2c2757f 100644 --- a/package-wine.sh +++ b/package-wine.sh @@ -3,5 +3,4 @@ cp win/* README.md LICENSE.md dist/logarithmplotter/ # Creating installer cd dist/logarithmplotter/ -ls makensis installer.nsi diff --git a/setup.py b/setup.py index 7f2216d..8b47858 100644 --- a/setup.py +++ b/setup.py @@ -96,8 +96,6 @@ if sys.platform == 'linux': os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/mimetypes/application-x-logarithm-plot.svg') os.remove(os.environ["PREFIX"] + '/icons/hicolor/scalable/apps/logplotter.svg') -print("Dependencies:", [] if "FLATPAK_INSTALL" in os.environ else ["PySide2"]) - setuptools.setup( install_requires=([] if "FLATPAK_INSTALL" in os.environ else ["PySide2"]), python_requires='>=3.8',