setup.py

branch
maintenance
changeset 7560
343db73c4842
parent 7539
d6d4d83dad4c
child 7562
0f25563f8ff4
diff -r a4eb1787ea41 -r 343db73c4842 setup.py
--- a/setup.py	Sun Apr 05 18:17:08 2020 +0200
+++ b/setup.py	Sat May 02 13:51:07 2020 +0200
@@ -80,8 +80,8 @@
                 'linux/eric6_browser.desktop',
             ]),
             ('share/icons', [
-                'eric6/icons/default/eric.png',
-                'eric6/icons/default/ericWeb48.png'
+                'eric6/icons/breeze-dark/eric.svg',
+                'eric6/icons/breeze-dark/ericWeb48.svg'
             ]),
             ('share/appdata', ['linux/eric6.appdata.xml']),
             ('share/metainfo', ['linux/eric6.appdata.xml']),
@@ -307,11 +307,13 @@
     python_requires=">=3.5",
     install_requires=[
         "PyQt5>=5.12.1",
+        "PyQtChart>=5.12.1",
         "PyQtWebEngine>=5.12.1",
         "QScintilla>=2.11.1",
-        "pip",
+        "pip>=19.0",
         "docutils",
         "Markdown",
+        "wheel",
         "pywin32>=1.0;platform_system=='Windows'",
     ],
     data_files=getDataFiles(),

eric ide

mercurial