comparison setup.py @ 400:8b067bde6679

Add a fast binary diff extension (not yet used) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Add a fast binary diff extension (not yet used) manifest hash: fbfdcab2b1f4856af45176fcf2423d602dfe88c4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCuL6eywK+sNU5EO8RAoT+AJ95z9gx2IrucBS30CnCQFkZT7lSbgCgnXh5 ScZcgwzJ/mEo9i5vuKNlCIs= =Gr58 -----END PGP SIGNATURE-----
author mpm@selenic.com
date Tue, 21 Jun 2005 17:27:58 -0800
parents afe895fcc0d0
children 688d03d6997a
comparison
equal deleted inserted replaced
399:f060d728fe54 400:8b067bde6679
21 author_email='mpm@selenic.com', 21 author_email='mpm@selenic.com',
22 url='http://selenic.com/mercurial', 22 url='http://selenic.com/mercurial',
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 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
27 data_files=[('mercurial/templates', 28 data_files=[('mercurial/templates',
28 ['templates/map'] + 29 ['templates/map'] +
29 glob.glob('templates/map-*') + 30 glob.glob('templates/map-*') +
30 glob.glob('templates/*.tmpl'))], 31 glob.glob('templates/*.tmpl'))],
31 cmdclass = { 'install_data' : install_package_data }, 32 cmdclass = { 'install_data' : install_package_data },