Mon, 06 Jun 2022 16:32:04 +0200
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,