changeset 16775 | e6af8676302f |
parent 16689 | f366d4c2ff34 |
child 17061 | f20e4d76b711 |
--- a/setup.py Fri May 18 17:05:17 2012 -0500 +++ b/setup.py Sat May 19 09:34:25 2012 -0500 @@ -388,8 +388,7 @@ 'build_hgextindex': buildhgextindex, 'install_scripts': hginstallscripts} -packages = ['mercurial', 'mercurial.hgweb', - 'mercurial.httpclient', 'mercurial.httpclient.tests', +packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient', 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf', 'hgext.largefiles']