aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorm0sia <m0sia@m0sia.ru>2018-03-21 16:41:54 -0500
committerGitHub <noreply@github.com>2018-03-21 16:41:54 -0500
commitcabda879dd4bce58d7783d4adb801a7dc212cd49 (patch)
treeb3a9fa82d47bde5024e3c154cf53be3e19d85c8f /setup.py
parent0b8e94f84075c162102c9633506bbb64f12cfdf9 (diff)
downloadpyParrotZikTCP-cabda879dd4bce58d7783d4adb801a7dc212cd49.tar.xz
pyParrotZikTCP-cabda879dd4bce58d7783d4adb801a7dc212cd49.zip
Exclude more DLLs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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']
}
},