From patchwork Sun Mar 10 01:52:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6094: setup: include hgext3rd package in py2exe builds From: phabricator X-Patchwork-Id: 39192 Message-Id: <4d00e0f32e03f505e3d2540c224217b4@localhost.localdomain> To: mercurial-devel@mercurial-scm.org Date: Sun, 10 Mar 2019 01:52:05 +0000 This revision was automatically updated to reflect the committed changes. Closed by commit rHG5d9fdc9b0178: setup: include hgext3rd package in py2exe builds (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6094?vs=14404&id=14449 REVISION DETAIL https://phab.mercurial-scm.org/D6094 AFFECTED FILES setup.py CHANGE DETAILS To: indygreg, #hg-reviewers Cc: mercurial-devel diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1242,6 +1242,7 @@ py2exepackages = [ 'hgdemandimport', + 'hgext3rd', 'hgext', 'email', # implicitly imported per module policy