setup.py
changeset 27374 7a70ae647e54
parent 27348 83a8219fb790
child 27637 b502138f5faa
equal deleted inserted replaced
27373:84784f834b3a 27374:7a70ae647e54
   589     class HackedMingw32CCompiler(object):
   589     class HackedMingw32CCompiler(object):
   590         pass
   590         pass
   591 
   591 
   592 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
   592 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
   593                              'help/*.txt',
   593                              'help/*.txt',
       
   594                              'help/internals/*.txt',
   594                              'default.d/*.rc',
   595                              'default.d/*.rc',
   595                              'dummycert.pem']}
   596                              'dummycert.pem']}
   596 
   597 
   597 def ordinarypath(p):
   598 def ordinarypath(p):
   598     return p and p[0] != '.' and p[-1] != '~'
   599     return p and p[0] != '.' and p[-1] != '~'