From 109303f136c9d1175c0bf142a5d84cb98599ca66 Mon Sep 17 00:00:00 2001 From: gospodin Date: Sun, 15 Oct 2023 22:35:19 +0300 Subject: [PATCH] Revert "Added readline to buildPy2exe.py" This reverts commit fd2142285ad25de242e3ca046ae6a54c70b0f6c8. --- buildPy2exe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2exe.py b/buildPy2exe.py index 2044eb9..22a4f02 100755 --- a/buildPy2exe.py +++ b/buildPy2exe.py @@ -679,7 +679,7 @@ info = dict( 'py2exe': { 'dist_dir': OUT_DIR, 'packages': 'PySide2, cffi, OpenSSL, certifi', - 'includes': 'twisted, sys, encodings, datetime, os, time, math, urllib, ast, unicodedata, _ssl, win32pipe, win32file, sqlite3, readline', + 'includes': 'twisted, sys, encodings, datetime, os, time, math, urllib, ast, unicodedata, _ssl, win32pipe, win32file, sqlite3', 'excludes': 'venv, doctest, pdb, unittest, win32clipboard, win32pdh, win32security, win32trace, win32ui, winxpgui, win32process, tcl, tkinter', 'dll_excludes': 'msvcr71.dll, MSVCP90.dll, POWRPROF.dll', 'optimize': 2,