# HG changeset patch # User Gregory Szorc # Date 1551996122 28800 # Node ID 5d9fdc9b01783567232089a07cb14b0b99c503a7 # Parent ac32e04e887f4ca8ecc92c63bc4837df15b7d9d8 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 diff -r ac32e04e887f -r 5d9fdc9b0178 setup.py --- a/setup.py Thu Mar 07 13:47:28 2019 -0800 +++ b/setup.py Thu Mar 07 14:02:02 2019 -0800 @@ -1242,6 +1242,7 @@ py2exepackages = [ 'hgdemandimport', + 'hgext3rd', 'hgext', 'email', # implicitly imported per module policy