Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.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 1786f41873f1

Parent 5d108117d89f

by Adrian Buehlmann

Changes to one file · Browse files at 1786f41873f1 Showing diff from parent 5d108117d89f 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