Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

setup: remove PyQt exludes

these are unneeded and highly surprising to discover when trying
to port to PyQt

Side note: py2exe excludes silently win over includes

Changeset 91299df08635

Parent c1c8c30ad1ae

by Adrian Buehlmann

Changes to one file · Browse files at 91299df08635 Showing diff from parent c1c8c30ad1ae Diff from another changeset...

 
1
2
 
3
4
5
 
1
 
2
3
4
5
@@ -1,5 +1,5 @@
 [py2exe] -excludes=pywin, pywin.dialogs, pywin.dialogs.list, PyQt, PyQt4.QtCode, PyQt4.QtGui +excludes=pywin, pywin.dialogs, pywin.dialogs.list  includes=cairo, pango, pangocairo, atk, gobject, dbhash, gtk.keysyms, gio  packages=ctypes, email, hgext, hgext.convert, encodings, tortoisehg.hgtk, tortoisehg.hgtk.logview, tortoisehg.util, iniparse, pygments, dulwich