--- a/scripts/install-debugclients.py Wed Jun 12 15:36:06 2024 +0200 +++ b/scripts/install-debugclients.py Fri Jun 14 10:57:32 2024 +0200 @@ -185,7 +185,7 @@ @return result code @rtype int """ - global distDir, doCleanup, sourceDir, modDir + global distDir, sourceDir, modDir # set install prefix, if not None targetDir = ( @@ -201,7 +201,6 @@ os.path.join(eric7SourceDir, "DebugClients"), os.path.join(targetDir, "DebugClients"), ["*.py", "*.pyc", "*.pyo", "*.pyw"], - excludePatterns=["eric7config.py*"], ) # copy the top level package file