From a698008adb1b7c99e6a1e19e53fa8c8a4d7ad673 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Mon, 2 Aug 2021 22:48:46 +0200 Subject: [PATCH] That was it! Removing debug. --- package-wine.sh | 1 - setup.py | 2 -- 2 files changed, 3 deletions(-) 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',