setup.py

branch
eric7
changeset 8634
2bbfaad44cbd
parent 8611
0b1a09e47e98
child 8660
1848e8e4b380
--- a/setup.py	Fri Sep 24 20:12:16 2021 +0200
+++ b/setup.py	Sat Sep 25 16:02:59 2021 +0200
@@ -338,8 +338,7 @@
         "wheel",
         "PyQt6>=6.1.1",
         "PyQt6-Charts>=6.1.1",
-        # TODO: enable this line once PyQt 6.2 has been released
-        #~ "PyQt6-WebEngine>=6.2.0",        # __IGNORE_WARNING__
+        "PyQt6-WebEngine>=6.2.0",        # __IGNORE_WARNING__
         "PyQt6-QScintilla>=2.13.0",
         "docutils",
         "Markdown",
@@ -371,8 +370,7 @@
     entry_points={
         "gui_scripts": [
             "eric7 = eric7.eric7:main",
-            # TODO: enable this line once PyQt 6.2 has been released
-            #~ "eric7_browser = eric7.eric7_browser:main",      # __IGNORE_WARNING__
+            "eric7_browser = eric7.eric7_browser:main",
             "eric7_compare = eric7.eric7_compare:main",
             "eric7_configure = eric7.eric7_configure:main",
             "eric7_diff = eric7.eric7_diff:main",

eric ide

mercurial