# HG changeset patch # User Augie Fackler # Date 1223845003 -7200 # Node ID 2fdbf2ccd03a930a9d788978adc6377fa1997958 # Parent a6477aa893b80418f84c7cda504db21b65194220 Add hgext.zeroconf to the package list so it gets installed by setup.py. diff -r a6477aa893b8 -r 2fdbf2ccd03a setup.py --- a/setup.py Sun Oct 12 19:11:59 2008 +0200 +++ b/setup.py Sun Oct 12 22:56:43 2008 +0200 @@ -99,7 +99,7 @@ ] packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', - 'hgext.highlight'] + 'hgext.highlight', 'hgext.zeroconf', ] try: import msvcrt