setup: add largefiles to list of packages
authorNa'Tosha Bard <natosha@unity3d.com>
Mon, 10 Oct 2011 17:33:17 +0200
changeset 15215 c41078b9d0b8
parent 15214 231aac5280ba
child 15216 7678790279da
setup: add largefiles to list of packages
setup.py
--- 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 = []