setup.py
changeset 1299 3822f1910c35
parent 1294 372971e1c40d
child 1300 e58b1c9a0dec
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-*') +