Mercurial > hg-stable
changeset 15215:c41078b9d0b8
setup: add largefiles to list of packages
author | Na'Tosha Bard <natosha@unity3d.com> |
---|---|
date | Mon, 10 Oct 2011 17:33:17 +0200 |
parents | 231aac5280ba |
children | 7678790279da |
files | setup.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 = []