setup.py
changeset 51755 9b8c71d0b785
parent 51703 ca7bde5dbafb
parent 51668 45ba8416afc4
child 51834 454feddab720
equal deleted inserted replaced
51750:c87c56ad6913 51755:9b8c71d0b785
  1737 
  1737 
  1738 if py2exeloaded:
  1738 if py2exeloaded:
  1739     extra['console'] = [
  1739     extra['console'] = [
  1740         {
  1740         {
  1741             'script': 'hg',
  1741             'script': 'hg',
  1742             'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others',
  1742             'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others',
  1743             'product_version': version,
  1743             'product_version': version,
  1744         }
  1744         }
  1745     ]
  1745     ]
  1746     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1746     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1747     # Need to override hgbuild because it has a private copy of
  1747     # Need to override hgbuild because it has a private copy of