diff -r 686bf56c17d0 -r a2316878f19d setup.py --- a/setup.py Tue Feb 14 21:55:05 2006 -0500 +++ b/setup.py Sat Feb 18 21:53:41 2006 -0500 @@ -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,