diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:12:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:12:19 -0500 |
commit | 7f1d261c8c1120f3e2bdcb9c1e85d33992f6a161 (patch) | |
tree | 8cd67a1c7a9938645aeeaa4402a5258956f3badd | |
parent | 6c9462b09d1ac805cdd9601bf56ce3d26a93b774 (diff) | |
download | pyParrotZikTCP-7f1d261c8c1120f3e2bdcb9c1e85d33992f6a161.tar.xz pyParrotZikTCP-7f1d261c8c1120f3e2bdcb9c1e85d33992f6a161.zip |
removed bundling, because it fail by unknown reason
-rw-r--r-- | setup.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -30,9 +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', 'crypt32.dll', 'MSIMG32.DLL', 'NSI.DLL', 'USP10.DLL', 'DNSAPI.DLL'],
- 'bundle_files': 2
- }
+ 'dll_excludes': ['MSVCP90.dll', 'wbtapi.dll', 'irprops.cpl', 'crypt32.dll', 'MSIMG32.DLL', 'NSI.DLL', 'USP10.DLL', 'DNSAPI.DLL'] }
},
data_files=[
|