setup.py
changeset 14243 861f28212398
parent 13734 16118b4859a1
child 14295 bb7e3b3e6e11
--- a/setup.py	Fri May 06 15:48:04 2011 -0300
+++ b/setup.py	Fri May 06 09:57:55 2011 -0500
@@ -301,8 +301,9 @@
             'build_py': hgbuildpy,
             'install_scripts': hginstallscripts}
 
-packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert',
-            'hgext.highlight', 'hgext.zeroconf']
+packages = ['mercurial', 'mercurial.hgweb',
+            'mercurial.httpclient', 'mercurial.httpclient.tests',
+            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf']
 
 pymodules = []