equal
deleted
inserted
replaced
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-*') + |