setup.py
changeset 28609 c11f0992d124
parent 28541 4b81487a01d4
child 28625 776fd2e2cf5a
--- a/setup.py	Thu Mar 17 21:03:22 2016 +0000
+++ b/setup.py	Tue Mar 22 16:05:22 2016 -0700
@@ -505,8 +505,8 @@
 
 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
             'mercurial.pure',
-            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf',
-            'hgext.largefiles', 'hgext3rd']
+            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.largefiles',
+            'hgext.zeroconf', 'hgext3rd']
 
 common_depends = ['mercurial/util.h']