setup.py
changeset 6938 ce94b3236ea4
parent 6792 b2c4be19d7b1
child 6948 359e93ceee3a
--- a/setup.py	Mon Aug 25 01:26:08 2008 +0200
+++ b/setup.py	Mon Aug 25 23:04:56 2008 +0200
@@ -98,7 +98,8 @@
     Extension('mercurial.parsers', ['mercurial/parsers.c']),
     ]
 
-packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert']
+packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', 
+            'hgext.highlight']
 
 try:
     import posix