setup.py
branchstable
changeset 30907 75149f84eac7
parent 30888 561a019c0268
child 31289 718a57e95a89
equal deleted inserted replaced
30890:22a4f664c1a5 30907:75149f84eac7
   662 extra = {}
   662 extra = {}
   663 
   663 
   664 if py2exeloaded:
   664 if py2exeloaded:
   665     extra['console'] = [
   665     extra['console'] = [
   666         {'script':'hg',
   666         {'script':'hg',
   667          'copyright':'Copyright (C) 2005-2016 Matt Mackall and others',
   667          'copyright':'Copyright (C) 2005-2017 Matt Mackall and others',
   668          'product_version':version}]
   668          'product_version':version}]
   669     # sub command of 'build' because 'py2exe' does not handle sub_commands
   669     # sub command of 'build' because 'py2exe' does not handle sub_commands
   670     build.sub_commands.insert(0, ('build_hgextindex', None))
   670     build.sub_commands.insert(0, ('build_hgextindex', None))
   671     # put dlls in sub directory so that they won't pollute PATH
   671     # put dlls in sub directory so that they won't pollute PATH
   672     extra['zipfile'] = 'lib/library.zip'
   672     extra['zipfile'] = 'lib/library.zip'