diff setup.py @ 16775:e6af8676302f

httpclient: omit tests for the client since we don't run them anyway
author Augie Fackler <raf@durin42.com>
date Sat, 19 May 2012 09:34:25 -0500
parents f366d4c2ff34
children f20e4d76b711
line wrap: on
line diff
--- 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']