From 371aa112cacdb09dcb4ba4f81f804cf3d7aa557c Mon Sep 17 00:00:00 2001 From: m0sia Date: Wed, 21 Mar 2018 16:49:23 -0500 Subject: bundle all DLLs together --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca7b162..8ed0ffd 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ 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', 'crypt32.dll', 'MSIMG32.DLL', 'NSI.DLL', 'USP10.DLL', 'DNSAPI.DLL'] + 'dll_excludes': ['MSVCP90.dll', 'wbtapi.dll', 'irprops.cpl', 'crypt32.dll', 'MSIMG32.DLL', 'NSI.DLL', 'USP10.DLL', 'DNSAPI.DLL'], + 'bundle_files': 0 } }, -- cgit v1.2.1