Modified the install script to ensure the trove license list file is installed locally. eric7

Sun, 05 Jun 2022 17:00:41 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 05 Jun 2022 17:00:41 +0200
branch
eric7
changeset 9127
22e94bac751a
parent 9126
36fc79de5778
child 9128
62cf3eb8b1f2

Modified the install script to ensure the trove license list file is installed locally.

scripts/install.py file | annotate | diff | comparison | revisions
--- a/scripts/install.py	Sun Jun 05 16:52:47 2022 +0200
+++ b/scripts/install.py	Sun Jun 05 17:00:41 2022 +0200
@@ -792,6 +792,10 @@
         
         # copy some data files needed at various places
         copyTree(
+            os.path.join(eric7SourceDir, "data"),
+            os.path.join(cfg['ericDir'], "data"),
+            ['*.txt'])
+        copyTree(
             os.path.join(eric7SourceDir, "EricNetwork", "data"),
             os.path.join(cfg['ericDir'], "EricNetwork", "data"),
             ['*.dat', '*.txt'])

eric ide

mercurial