Fixed an issue in the setup.py script causing theme files not to be included in the wheel package. eric7-maintenance release-22.06.1

Mon, 06 Jun 2022 16:32:04 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 06 Jun 2022 16:32:04 +0200
branch
eric7-maintenance
changeset 9136
9e0cf68f727b
parent 9131
bc0c1b6d6adb
child 9137
bd90cbe0b7d2

Fixed an issue in the setup.py script causing theme files not to be included in the wheel package.
(grafted from 3472875532c0c3044c8c047e766f99180b83d0d8)

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Sun Jun 05 17:17:44 2022 +0200
+++ b/setup.py	Mon Jun 06 16:32:04 2022 +0200
@@ -367,7 +367,7 @@
             "eric7",
             [".png", ".svg", ".svgz", ".xpm", ".ico", ".gif", ".icns", ".txt",
              ".md", ".rst", ".tmpl", ".html", ".qch", ".css", ".scss", ".qss",
-             ".ehj", ".api", ".bas", ".dat", ".xbel", ".xml", ".js"]
+             ".ehj", ".ethj", ".api", ".bas", ".dat", ".xbel", ".xml", ".js"]
         ) + ["i18n/eric7_de.qm", "i18n/eric7_en.qm", "i18n/eric7_es.qm",
              "i18n/eric7_ru.qm",
              installInfoName,

eric ide

mercurial