setup.py
branchstable
changeset 51664 45ba8416afc4
parent 51628 bf1d26bd5b6a
child 51751 9b8c71d0b785
child 51829 6388fd855f66
equal deleted inserted replaced
51662:b8fe591d7ab8 51664:45ba8416afc4
  1739 
  1739 
  1740 if py2exeloaded:
  1740 if py2exeloaded:
  1741     extra['console'] = [
  1741     extra['console'] = [
  1742         {
  1742         {
  1743             'script': 'hg',
  1743             'script': 'hg',
  1744             'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others',
  1744             'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others',
  1745             'product_version': version,
  1745             'product_version': version,
  1746         }
  1746         }
  1747     ]
  1747     ]
  1748     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1748     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1749     # Need to override hgbuild because it has a private copy of
  1749     # Need to override hgbuild because it has a private copy of