setup.py
changeset 240 737c66b68290
parent 218 06bc1ef248a6
child 241 afe895fcc0d0
equal deleted inserted replaced
239:75840796e8e2 240:737c66b68290
    27       data_files=[('mercurial/templates',
    27       data_files=[('mercurial/templates',
    28                    ['templates/map'] +
    28                    ['templates/map'] +
    29                    glob.glob('templates/map-*') +
    29                    glob.glob('templates/map-*') +
    30                    glob.glob('templates/*.tmpl'))], 
    30                    glob.glob('templates/*.tmpl'))], 
    31       cmdclass = { 'install_data' : install_package_data },
    31       cmdclass = { 'install_data' : install_package_data },
    32       scripts=['hg'])
    32       scripts=['hg', 'hgmerge'])