setup.py
changeset 15215 c41078b9d0b8
parent 15167 8df4166b6f63
child 15367 b357a972d6cd
--- a/setup.py	Sun Oct 09 16:14:37 2011 -0500
+++ b/setup.py	Mon Oct 10 17:33:17 2011 +0200
@@ -342,7 +342,8 @@
 
 packages = ['mercurial', 'mercurial.hgweb',
             'mercurial.httpclient', 'mercurial.httpclient.tests',
-            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf']
+            'hgext', 'hgext.convert', 'hgext.highlight', 'hgext.zeroconf',
+            'hgext.largefiles']
 
 pymodules = []