changeset 7081:2fdbf2ccd03a

Add hgext.zeroconf to the package list so it gets installed by setup.py.
author Augie Fackler <durin42@gmail.com>
date Sun, 12 Oct 2008 22:56:43 +0200
parents a6477aa893b8
children be81b4788115
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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