comparison setup.py @ 1777:a2316878f19d

[hgweb] Static content serving
author Josef "Jeff" Sipek <jeffpc@optonline.net>
date Sat, 18 Feb 2006 21:53:41 -0500
parents 43d3db1b8296
children 205f04b04ec6
comparison
equal deleted inserted replaced
1776:686bf56c17d0 1777:a2316878f19d
87 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), 87 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
88 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])], 88 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
89 data_files=[('mercurial/templates', 89 data_files=[('mercurial/templates',
90 ['templates/map'] + 90 ['templates/map'] +
91 glob.glob('templates/map-*') + 91 glob.glob('templates/map-*') +
92 glob.glob('templates/*.tmpl'))], 92 glob.glob('templates/*.tmpl')),
93 ('mercurial/templates/static',
94 glob.glob('templates/static/*'))],
93 cmdclass=cmdclass, 95 cmdclass=cmdclass,
94 scripts=['hg', 'hgmerge'], 96 scripts=['hg', 'hgmerge'],
95 options=dict(bdist_mpkg=dict(zipdist=True, 97 options=dict(bdist_mpkg=dict(zipdist=True,
96 license='COPYING', 98 license='COPYING',
97 readme='contrib/macosx/Readme.html', 99 readme='contrib/macosx/Readme.html',