diff setup.py @ 6938:ce94b3236ea4

highlight: split code to improve startup times
author Patrick Mezard <pmezard@gmail.com>
date Mon, 25 Aug 2008 23:04:56 +0200
parents b2c4be19d7b1
children 359e93ceee3a
line wrap: on
line diff
--- 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