Sat, 20 Nov 2021 16:58:16 +0100
Updated the setup and install script for the updated coverage package.
scripts/install.py | file | annotate | diff | comparison | revisions | |
setup.py | file | annotate | diff | comparison | revisions |
--- a/scripts/install.py Sat Nov 20 16:47:38 2021 +0100 +++ b/scripts/install.py Sat Nov 20 16:58:16 2021 +0100 @@ -756,7 +756,7 @@ copyTree( os.path.join(eric7SourceDir, "Styles"), cfg['ericStylesDir'], - ['*.qss', '*.e4h', '*.e6h', '*.ehj']) + ['*.qss', '*.ehj']) copyTree( os.path.join(eric7SourceDir, "i18n"), cfg['ericTranslationsDir'], @@ -777,6 +777,10 @@ os.path.join(eric7SourceDir, "CodeTemplates"), cfg['ericCodeTemplatesDir'], ['*.tmpl']) + copyTree( + os.path.join(eric7SourceDir, "DebugClients", "Python", "coverage"), + os.path.join(cfg['ericDir'], "DebugClients", "Python", "coverage"), + ['*.js', '*.html', '*.png', '*.css', '*.scss', '*.txt', '*.rst']) # copy some data files needed at various places copyTree(
--- a/setup.py Sat Nov 20 16:47:38 2021 +0100 +++ b/setup.py Sat Nov 20 16:58:16 2021 +0100 @@ -363,8 +363,8 @@ "": getPackageData( "eric7", [".png", ".svg", ".svgz", ".xpm", ".ico", ".gif", ".icns", ".txt", - ".tmpl", ".html", ".qch", ".css", ".qss", ".e4h", ".e6h", ".ehj", - ".api", ".bas", ".dat", ".xbel", ".xml", ".js"] + ".md", ".rst", ".tmpl", ".html", ".qch", ".css", ".scss", ".qss", + ".ehj", ".api", ".bas", ".dat", ".xbel", ".xml", ".js"] ) + ["i18n/eric7_de.qm", "i18n/eric7_en.qm", "i18n/eric7_es.qm", "i18n/eric7_ru.qm", installInfoName,