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

setup: add sip and tortoisehg.hgqt

see also http://www.py2exe.org/index.cgi/Py2exeAndPyQt

Changeset 4582ce8cabac

Parent 91299df08635

by Adrian Buehlmann

Changes to 2 files · Browse files at 4582ce8cabac Showing diff from parent 91299df08635 Diff from another changeset...

 
1
2
3
 
4
5
6
 
1
2
 
3
4
5
6
@@ -1,6 +1,6 @@
 [py2exe]  excludes=pywin, pywin.dialogs, pywin.dialogs.list -includes=cairo, pango, pangocairo, atk, gobject, dbhash, gtk.keysyms, gio +includes=cairo, pango, pangocairo, atk, gobject, dbhash, gtk.keysyms, gio, sip  packages=ctypes, email, hgext, hgext.convert, encodings, tortoisehg.hgtk, tortoisehg.hgtk.logview, tortoisehg.util, iniparse, pygments, dulwich    dll_excludes=iconv.dll, intl.dll, libatk-1.0-0.dll, libgdk_pixbuf-2.0-0.dll, libgdk-win32-2.0-0.dll, libglib-2.0-0.dll, libgmodule-2.0-0.dll, libgobject-2.0-0.dll, libgthread-2.0-0.dll, libgtk-win32-2.0-0.dll, libpango-1.0-0.dll, libpangowin32-1.0-0.dll, libcairo-2.dll, libglade-2.0-0.dll, libpangocairo-1.0-0.dll, libpangoft2-1.0-0.dll, libgio-2.0-0.dll, mswsock.dll, powrprof.dll, shfolder.dll, credui.dll, msvcp60.dll, secur32.dll
Change 1 of 1 Show Entire File setup.py Stacked
 
57
58
59
 
60
61
62
 
57
58
59
60
61
62
63
@@ -57,6 +57,7 @@
  _scripts = []   _data_files = []   _packages = ['tortoisehg.hgtk', 'tortoisehg.hgtk.logview', + 'tortoisehg.hgqt',   'tortoisehg.util', 'tortoisehg']   extra = {}   hgextmods = []