diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:53:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:53:25 -0500 |
commit | 23fb74b739e9391929bc6df5dde1a76f93821391 (patch) | |
tree | d0786003fff325f8bd682818aa04938f73950344 | |
parent | 371aa112cacdb09dcb4ba4f81f804cf3d7aa557c (diff) | |
download | pyParrotZikTCP-23fb74b739e9391929bc6df5dde1a76f93821391.tar.xz pyParrotZikTCP-23fb74b739e9391929bc6df5dde1a76f93821391.zip |
bundle all with python interpreter
-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': 0
+ 'bundle_files': 1
}
},
|