diff -r 69af967b6d6f -r e6af8676302f setup.py --- 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']