comparison setup.py @ 1299:3822f1910c35

Package the extension directory.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 21 Sep 2005 14:46:01 -0700
parents 372971e1c40d
children e58b1c9a0dec
comparison
equal deleted inserted replaced
1298:d843eaadee79 1299:3822f1910c35
60 author='Matt Mackall', 60 author='Matt Mackall',
61 author_email='mpm@selenic.com', 61 author_email='mpm@selenic.com',
62 url='http://selenic.com/mercurial', 62 url='http://selenic.com/mercurial',
63 description='scalable distributed SCM', 63 description='scalable distributed SCM',
64 license='GNU GPL', 64 license='GNU GPL',
65 packages=['mercurial'], 65 packages=['mercurial', 'mercurial.ext'],
66 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), 66 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
67 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])], 67 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
68 data_files=[('mercurial/templates', 68 data_files=[('mercurial/templates',
69 ['templates/map'] + 69 ['templates/map'] +
70 glob.glob('templates/map-*') + 70 glob.glob('templates/map-*') +