diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:41:54 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:41:54 -0500 |
commit | cabda879dd4bce58d7783d4adb801a7dc212cd49 (patch) | |
tree | b3a9fa82d47bde5024e3c154cf53be3e19d85c8f | |
parent | 0b8e94f84075c162102c9633506bbb64f12cfdf9 (diff) | |
download | pyParrotZikTCP-cabda879dd4bce58d7783d4adb801a7dc212cd49.tar.xz pyParrotZikTCP-cabda879dd4bce58d7783d4adb801a7dc212cd49.zip |
Exclude more DLLs
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']
}
},
|