comparison setup.py @ 41918:5d9fdc9b0178

setup: include hgext3rd package in py2exe builds This is a core Mercurial package and we should always ship it. Differential Revision: https://phab.mercurial-scm.org/D6094
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 07 Mar 2019 14:02:02 -0800
parents ac32e04e887f
children d6e3c16d48ab
comparison
equal deleted inserted replaced
41917:ac32e04e887f 41918:5d9fdc9b0178
1240 1240
1241 extra = {} 1241 extra = {}
1242 1242
1243 py2exepackages = [ 1243 py2exepackages = [
1244 'hgdemandimport', 1244 'hgdemandimport',
1245 'hgext3rd',
1245 'hgext', 1246 'hgext',
1246 'email', 1247 'email',
1247 # implicitly imported per module policy 1248 # implicitly imported per module policy
1248 # (cffi wouldn't be used as a frozen exe) 1249 # (cffi wouldn't be used as a frozen exe)
1249 'mercurial.cext', 1250 'mercurial.cext',