aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index faae5d2..d008c70 100644
--- a/setup.py
+++ b/setup.py
@@ -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']
}
},