scripts/install.py

branch
eric7-maintenance
changeset 9111
4ac66b6c33a4
parent 9034
feb766f6a1c5
child 9192
a763d57e23bc
--- a/scripts/install.py	Mon May 02 15:53:05 2022 +0200
+++ b/scripts/install.py	Wed Jun 01 13:48:49 2022 +0200
@@ -508,9 +508,11 @@
         "eric7_diff", "eric7_doc", "eric7_editor", "eric7_hexeditor",
         "eric7_iconeditor", "eric7_plugininstall", "eric7_pluginrepository",
         "eric7_pluginuninstall", "eric7_qregularexpression", "eric7_re",
-        "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_tray",
-        "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest",
+        "eric7_shell", "eric7_snap", "eric7_sqlbrowser", "eric7_testing",
+        "eric7_tray", "eric7_trpreviewer", "eric7_uipreviewer",
         "eric7_virtualenv", "eric7",
+        # obsolete scripts below
+        "eric7_unittest",
     ]
     
     try:
@@ -709,7 +711,7 @@
                  "eric7_pluginrepository", "eric7_pluginuninstall",
                  "eric7_qregularexpression", "eric7_re", "eric7_shell",
                  "eric7_snap", "eric7_sqlbrowser", "eric7_tray",
-                 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_unittest",
+                 "eric7_trpreviewer", "eric7_uipreviewer", "eric7_testing",
                  "eric7_virtualenv", "eric7"]:
         wnames.append(createPyWrapper(cfg['ericDir'], name, scriptsDir))
     
@@ -1607,7 +1609,7 @@
         "docutils": ("docutils", ""),
         "Markdown": ("markdown", ""),
         "pyyaml": ("yaml", ""),
-        "toml": ("toml", ""),
+        "tomlkit": ("tomlkit", ""),
         "chardet": ("chardet", ""),
         "asttokens": ("asttokens", ""),
         "EditorConfig": ("editorconfig", ""),

eric ide

mercurial