comparison setup.py @ 218:06bc1ef248a6

hgweb: put map-raw in setup.py and MANIFEST.in -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hgweb: put map-raw in setup.py and MANIFEST.in manifest hash: 75f24a191ade74c1cbfafbaaf5fb9b6a4c5da02c -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCnlpVywK+sNU5EO8RAoDGAKCsyEhpJGPZjRp4RZD1Q1ijwNGC2wCdGSjL IGWUxQqqS4W4GJNesvADNVs= =O3Wg -----END PGP SIGNATURE-----
author mpm@selenic.com
date Wed, 01 Jun 2005 17:01:09 -0800
parents 0a28dfe59f8f
children 737c66b68290 afe895fcc0d0
comparison
equal deleted inserted replaced
217:e6d6497a6331 218:06bc1ef248a6
23 description='scalable distributed SCM', 23 description='scalable distributed SCM',
24 license='GNU GPL', 24 license='GNU GPL',
25 packages=['mercurial'], 25 packages=['mercurial'],
26 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])], 26 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])],
27 data_files=[('mercurial/templates', 27 data_files=[('mercurial/templates',
28 ['templates/map'] + glob.glob('templates/*.tmpl'))], 28 ['templates/map'] +
29 glob.glob('templates/map-*') +
30 glob.glob('templates/*.tmpl'))],
29 cmdclass = { 'install_data' : install_package_data }, 31 cmdclass = { 'install_data' : install_package_data },
30 scripts=['hg']) 32 scripts=['hg'])