setup.py
changeset 22575 d7f7f1860f00
parent 22358 198e2da3ee20
child 22640 e88a634e0195
equal deleted inserted replaced
22574:a00a7951b20c 22575:d7f7f1860f00
   479                 pass
   479                 pass
   480 
   480 
   481 cygwinccompiler.Mingw32CCompiler = HackedMingw32CCompiler
   481 cygwinccompiler.Mingw32CCompiler = HackedMingw32CCompiler
   482 
   482 
   483 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
   483 packagedata = {'mercurial': ['locale/*/LC_MESSAGES/hg.mo',
   484                              'help/*.txt']}
   484                              'help/*.txt',
       
   485                              'dummycert.pem']}
   485 
   486 
   486 def ordinarypath(p):
   487 def ordinarypath(p):
   487     return p and p[0] != '.' and p[-1] != '~'
   488     return p and p[0] != '.' and p[-1] != '~'
   488 
   489 
   489 for root in ('templates',):
   490 for root in ('templates',):