comparison setup.py @ 1301:0e921c164b58

Fix small thinko.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 21 Sep 2005 15:18:24 -0700
parents e58b1c9a0dec
children a7631cf1326a
comparison
equal deleted inserted replaced
1300:e58b1c9a0dec 1301:0e921c164b58
62 author='Matt Mackall', 62 author='Matt Mackall',
63 author_email='mpm@selenic.com', 63 author_email='mpm@selenic.com',
64 url='http://selenic.com/mercurial', 64 url='http://selenic.com/mercurial',
65 description='scalable distributed SCM', 65 description='scalable distributed SCM',
66 license='GNU GPL', 66 license='GNU GPL',
67 packages=['mercurial', 'mercurial.ext'], 67 packages=['mercurial', 'hgext'],
68 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), 68 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
69 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])], 69 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
70 data_files=[('mercurial/templates', 70 data_files=[('mercurial/templates',
71 ['templates/map'] + 71 ['templates/map'] +
72 glob.glob('templates/map-*') + 72 glob.glob('templates/map-*') +