setup.py
changeset 43794 d3f7bdc905fb
parent 43749 c7fc2d92067e
child 44026 44b03c0313aa
equal deleted inserted replaced
43793:29adf0a087a1 43794:d3f7bdc905fb
  1539     msvccompiler.MSVCCompiler = HackedMSVCCompiler
  1539     msvccompiler.MSVCCompiler = HackedMSVCCompiler
  1540 
  1540 
  1541 packagedata = {
  1541 packagedata = {
  1542     'mercurial': [
  1542     'mercurial': [
  1543         'locale/*/LC_MESSAGES/hg.mo',
  1543         'locale/*/LC_MESSAGES/hg.mo',
  1544         'default.d/*.rc',
  1544         'defaultrc/*.rc',
  1545         'dummycert.pem',
  1545         'dummycert.pem',
  1546     ],
  1546     ],
  1547     'mercurial.helptext': ['*.txt',],
  1547     'mercurial.helptext': ['*.txt',],
  1548     'mercurial.helptext.internals': ['*.txt',],
  1548     'mercurial.helptext.internals': ['*.txt',],
  1549 }
  1549 }