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

setup: exclude setup.py and distutils from dependency of py2exe

They're imported by thg script only for in-place usage.

Changeset 35d985eeb059

Parent 14273bbe723a

by Yuya Nishihara

Changes to one file · Browse files at 35d985eeb059 Showing diff from parent 14273bbe723a Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
171
172
173
174
 
 
175
176
177
 
171
172
173
 
174
175
176
177
178
@@ -171,7 +171,8 @@
  "skip_archive" : 0,     # Don't pull in all this MFC stuff used by the makepy UI. - "excludes" : "pywin,pywin.dialogs,pywin.dialogs.list", + "excludes" : "pywin,pywin.dialogs,pywin.dialogs.list" + ",setup,distutils", # required only for in-place use   "includes" : includes,   "optimize" : 1   }