setup: include hgext3rd package in py2exe builds
authorGregory Szorc <gregory.szorc@gmail.com>
Thu, 07 Mar 2019 14:02:02 -0800
changeset 41918 5d9fdc9b0178
parent 41917 ac32e04e887f
child 41919 3dbd3cdfe0d6
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
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