setup.py
changeset 43632 2e017696181f
parent 43349 c3e10f705a6c
child 43675 666441b649e4
equal deleted inserted replaced
43631:d3c4368099ed 43632:2e017696181f
  1189 
  1189 
  1190 packages = [
  1190 packages = [
  1191     'mercurial',
  1191     'mercurial',
  1192     'mercurial.cext',
  1192     'mercurial.cext',
  1193     'mercurial.cffi',
  1193     'mercurial.cffi',
       
  1194     'mercurial.helptext',
       
  1195     'mercurial.helptext.internals',
  1194     'mercurial.hgweb',
  1196     'mercurial.hgweb',
  1195     'mercurial.interfaces',
  1197     'mercurial.interfaces',
  1196     'mercurial.pure',
  1198     'mercurial.pure',
  1197     'mercurial.thirdparty',
  1199     'mercurial.thirdparty',
  1198     'mercurial.thirdparty.attr',
  1200     'mercurial.thirdparty.attr',
  1533     msvccompiler.MSVCCompiler = HackedMSVCCompiler
  1535     msvccompiler.MSVCCompiler = HackedMSVCCompiler
  1534 
  1536 
  1535 packagedata = {
  1537 packagedata = {
  1536     'mercurial': [
  1538     'mercurial': [
  1537         'locale/*/LC_MESSAGES/hg.mo',
  1539         'locale/*/LC_MESSAGES/hg.mo',
  1538         'help/*.txt',
       
  1539         'help/internals/*.txt',
       
  1540         'default.d/*.rc',
  1540         'default.d/*.rc',
  1541         'dummycert.pem',
  1541         'dummycert.pem',
  1542     ]
  1542     ],
       
  1543     'mercurial.helptext': ['*.txt',],
       
  1544     'mercurial.helptext.internals': ['*.txt',],
  1543 }
  1545 }
  1544 
  1546 
  1545 
  1547 
  1546 def ordinarypath(p):
  1548 def ordinarypath(p):
  1547     return p and p[0] != '.' and p[-1] != '~'
  1549     return p and p[0] != '.' and p[-1] != '~'