--- a/pyproject.toml Sat Oct 01 20:06:27 2022 +0200 +++ b/pyproject.toml Sun Oct 02 11:29:11 2022 +0200 @@ -85,7 +85,6 @@ eric7_post_install = "eric7.eric7_post_install:main" [project.gui-scripts] -eric7 = "eric7.eric7:main" eric7_browser = "eric7.eric7_browser:main" eric7_compare = "eric7.eric7_compare:main" eric7_configure = "eric7.eric7_configure:main" @@ -93,6 +92,7 @@ eric7_editor = "eric7.eric7_editor:main" eric7_hexeditor = "eric7.eric7_hexeditor:main" eric7_iconeditor = "eric7.eric7_iconeditor:main" +eric7_ide = "eric7.eric7_ide:main" eric7_plugininstall = "eric7.eric7_plugininstall:main" eric7_pluginrepository = "eric7.eric7_pluginrepository:main" eric7_pluginuninstall = "eric7.eric7_pluginuninstall:main"