Mercurial > hg
diff setup.py @ 1780:8a1f2eae2832
Merge with jeffpc
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 21 Feb 2006 17:36:27 -0600 |
parents | a2316878f19d |
children | 205f04b04ec6 |
line wrap: on
line diff
--- a/setup.py Tue Feb 21 15:48:49 2006 -0600 +++ b/setup.py Tue Feb 21 17:36:27 2006 -0600 @@ -89,7 +89,9 @@ data_files=[('mercurial/templates', ['templates/map'] + glob.glob('templates/map-*') + - glob.glob('templates/*.tmpl'))], + glob.glob('templates/*.tmpl')), + ('mercurial/templates/static', + glob.glob('templates/static/*'))], cmdclass=cmdclass, scripts=['hg', 'hgmerge'], options=dict(bdist_mpkg=dict(zipdist=True,