Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable setup.cfg: allow installers to pickup distutils (fixes #569)

pygments -> pkg_resources -> get_build_platform -> distutils.util

Changeset 5df7cf58e31c

Parent 92165fb0d8a8

by Steve Borho

Changes to one file · Browse files at 5df7cf58e31c Showing diff from parent 92165fb0d8a8 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​setup.cfg Stacked
 
1
2
 
3
4
5
 
1
 
2
3
4
5
@@ -1,5 +1,5 @@
 [py2exe] -excludes=pywin, pywin.dialogs, pywin.dialogs.list, PyQt4.uic.port_v3, tcl, tk, distutils, py2exe +excludes=pywin, pywin.dialogs, pywin.dialogs.list, PyQt4.uic.port_v3, tcl, tk, py2exe  includes=sip  packages=ctypes, email, hgext, hgext.convert, encodings, tortoisehg.util, tortoisehg.hgqt, iniparse, pygments, nntplib, dulwich  dll_excludes=mswsock.dll, powrprof.dll, shfolder.dll, credui.dll, msvcp90.dll, secur32.dll, tk85.dll, tcl85.dll