From 25836634afd57a5fd45f5aa538a8da8b818ad454 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Sat, 18 Nov 2017 16:12:44 +0100 Subject: [PATCH] setup.py: change requires from pyqt4 to pyqt5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e6538b..51add46 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup(name = "trimage", ('share/man/man1', ['doc/trimage.1'])], scripts = ["trimage"], long_description = """Trimage is a cross-platform GUI and command-line interface to optimize image files via optipng, advpng and jpegoptim, depending on the filetype (currently, PNG and JPG files are supported). It was inspired by imageoptim. All image files are losslessy compressed on the highest available compression levels. Trimage gives you various input functions to fit your own workflow: A regular file dialog, dragging and dropping and various command line options.""", - requires = ["PyQt4 (>=4.4)"], + requires = ["PyQt5"], #for py2exe windows=[r'src\trimage\trimage.py'],