From cabda879dd4bce58d7783d4adb801a7dc212cd49 Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 16:41:54 -0500 Subject: Exclude more DLLs --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d008c70..ca7b162 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( #'packages':'encodings', # Optionally omit gio, gtk.keysyms, and/or rsvg if you're not using them 'includes': 'cairo, pango, pangocairo, atk, gobject, gio, gtk.keysyms, _winreg', - 'dll_excludes': ['MSVCP90.dll', 'wbtapi.dll', 'irprops.cpl'] + 'dll_excludes': ['MSVCP90.dll', 'wbtapi.dll', 'irprops.cpl', 'crypt32.dll', 'MSIMG32.DLL', 'NSI.DLL', 'USP10.DLL', 'DNSAPI.DLL'] } }, -- cgit v1.2.1