# HG changeset patch # User Augie Fackler # Date 2008-10-12 20:56:43 # Node ID 2fdbf2ccd03a930a9d788978adc6377fa1997958 # Parent a6477aa893b80418f84c7cda504db21b65194220 Add hgext.zeroconf to the package list so it gets installed by setup.py. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ ext_modules=[ ] packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', - 'hgext.highlight'] + 'hgext.highlight', 'hgext.zeroconf', ] try: import msvcrt