setup.py
branchstable
changeset 48743 a1538c05d855
parent 48303 2ce31dbde4b1
child 48773 6cfa30681a1d
equal deleted inserted replaced
48742:090346b095fb 48743:a1538c05d855
  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