diff setup.py @ 1830:4ced57680ce7

merge with crew.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Fri, 03 Mar 2006 09:39:37 -0800
parents a2316878f19d
children 205f04b04ec6
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,9 @@ try:
           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,