diff options
author | m0sia <m0sia@m0sia.ru> | 2018-03-21 16:27:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 16:27:29 -0500 |
commit | 9c4263c22c308a122c957648b72c227710260906 (patch) | |
tree | 586c26b46b248676cc6a9f275c597db64850b1d0 | |
parent | 488763848f72cfc4d6e1452794a98218b7d78ec6 (diff) | |
download | pyParrotZikTCP-9c4263c22c308a122c957648b72c227710260906.tar.xz pyParrotZikTCP-9c4263c22c308a122c957648b72c227710260906.zip |
Update setup.py
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']
+ 'dll_excludes': ['MSVCP90.dll', 'wbtapi.dll', 'irprops.cpl']
}
},
|