setup.py
changeset 48773 6cfa30681a1d
parent 48502 23ce9e7bf1e5
parent 48743 a1538c05d855
child 48823 9af9e2d54857
equal deleted inserted replaced
48772:b70c9697ab41 48773:6cfa30681a1d
  1720 
  1720 
  1721 if py2exeloaded:
  1721 if py2exeloaded:
  1722     extra['console'] = [
  1722     extra['console'] = [
  1723         {
  1723         {
  1724             'script': 'hg',
  1724             'script': 'hg',
  1725             'copyright': 'Copyright (C) 2005-2021 Olivia Mackall and others',
  1725             'copyright': 'Copyright (C) 2005-2022 Olivia Mackall and others',
  1726             'product_version': version,
  1726             'product_version': version,
  1727         }
  1727         }
  1728     ]
  1728     ]
  1729     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1729     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1730     # Need to override hgbuild because it has a private copy of
  1730     # Need to override hgbuild because it has a private copy of