setup.py
changeset 52677 b7afc38468bd
parent 52664 f5091286b10c
parent 52586 6ca5cf290ebe
child 52679 30510238284e
equal deleted inserted replaced
52673:bbbb12632607 52677:b7afc38468bd
  1758 
  1758 
  1759 if py2exeloaded:
  1759 if py2exeloaded:
  1760     extra['console'] = [
  1760     extra['console'] = [
  1761         {
  1761         {
  1762             'script': 'hg',
  1762             'script': 'hg',
  1763             'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others',
  1763             'copyright': 'Copyright (C) 2005-2025 Olivia Mackall and others',
  1764             'product_version': version,
  1764             'product_version': version,
  1765         }
  1765         }
  1766     ]
  1766     ]
  1767     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1767     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1768     # Need to override hgbuild because it has a private copy of
  1768     # Need to override hgbuild because it has a private copy of