setup.py
changeset 218 06bc1ef248a6
parent 193 0a28dfe59f8f
child 240 737c66b68290
child 241 afe895fcc0d0
equal deleted inserted replaced
217:e6d6497a6331 218:06bc1ef248a6
    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       data_files=[('mercurial/templates',
    27       data_files=[('mercurial/templates',
    28                    ['templates/map'] + glob.glob('templates/*.tmpl'))], 
    28                    ['templates/map'] +
       
    29                    glob.glob('templates/map-*') +
       
    30                    glob.glob('templates/*.tmpl'))], 
    29       cmdclass = { 'install_data' : install_package_data },
    31       cmdclass = { 'install_data' : install_package_data },
    30       scripts=['hg'])
    32       scripts=['hg'])