diff setup.py @ 1783:35a05f177267

merge with matt
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 22 Feb 2006 05:21:09 +0100
parents a2316878f19d
children 205f04b04ec6
line wrap: on
line diff
--- a/setup.py	Tue Feb 21 16:46:38 2006 +0100
+++ b/setup.py	Wed Feb 22 05:21:09 2006 +0100
@@ -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,