aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorm0sia <m0sia@m0sia.ru>2018-03-21 17:04:03 -0500
committerGitHub <noreply@github.com>2018-03-21 17:04:03 -0500
commit6c9462b09d1ac805cdd9601bf56ce3d26a93b774 (patch)
treed85061cbf2bc95817c9581b7e8afdbc7a277cdba /setup.py
parent23fb74b739e9391929bc6df5dde1a76f93821391 (diff)
downloadpyParrotZikTCP-6c9462b09d1ac805cdd9601bf56ce3d26a93b774.tar.xz
pyParrotZikTCP-6c9462b09d1ac805cdd9601bf56ce3d26a93b774.zip
Falling back to bundle 2
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a8bef6..6cb5373 100644
--- a/setup.py
+++ b/setup.py
@@ -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
}
},