diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 17:04:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:04:03 -0500 |
commit | 6c9462b09d1ac805cdd9601bf56ce3d26a93b774 (patch) | |
tree | d85061cbf2bc95817c9581b7e8afdbc7a277cdba | |
parent | 23fb74b739e9391929bc6df5dde1a76f93821391 (diff) | |
download | pyParrotZikTCP-6c9462b09d1ac805cdd9601bf56ce3d26a93b774.tar.xz pyParrotZikTCP-6c9462b09d1ac805cdd9601bf56ce3d26a93b774.zip |
Falling back to bundle 2
Diffstat (limited to '')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ setup( # 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': 1
+ 'bundle_files': 2
}
},
|