install.py: fixed an issue causing the trove classifiers file of the setup wizard not being installed.

Wed, 10 Apr 2019 19:50:54 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 10 Apr 2019 19:50:54 +0200
changeset 6939
af0ca76e26fd
parent 6937
25317a7b5d40
child 6940
12ed1a714527

install.py: fixed an issue causing the trove classifiers file of the setup wizard not being installed.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Tue Apr 09 19:15:01 2019 +0200
+++ b/install.py	Wed Apr 10 19:50:54 2019 +0200
@@ -854,7 +854,7 @@
         copyTree(
             '{1}{0}Plugins'.format(os.sep, sourceDir),
             '{0}{1}Plugins'.format(cfg['ericDir'], os.sep),
-            ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl'])
+            ['*.svgz', '*.svg', '*.png', '*.style', '*.tmpl', '*.txt'])
         copyTree(
             '{1}{0}Documentation'.format(os.sep, sourceDir), cfg['ericDocDir'],
             ['*.html', '*.qch'])

eric ide

mercurial