comparison 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
comparison
equal deleted inserted replaced
1775:0762feff3043 1780:8a1f2eae2832
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',