comparison 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
comparison
equal deleted inserted replaced
16774:69af967b6d6f 16775:e6af8676302f
386 'build_ext': hgbuildext, 386 'build_ext': hgbuildext,
387 'build_py': hgbuildpy, 387 'build_py': hgbuildpy,
388 'build_hgextindex': buildhgextindex, 388 'build_hgextindex': buildhgextindex,
389 'install_scripts': hginstallscripts} 389 'install_scripts': hginstallscripts}
390 390
391 packages = ['mercurial', 'mercurial.hgweb', 391 packages = ['mercurial', 'mercurial.hgweb', 'mercurial.httpclient',
392 'mercurial.httpclient', 'mercurial.httpclient.tests',
393 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf', 392 'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf',
394 'hgext.largefiles'] 393 'hgext.largefiles']
395 394
396 pymodules = [] 395 pymodules = []
397 396