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
+++ 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,