setup.py
branchstable
changeset 46413 ed43b6fa847e
parent 46363 d6cfe45afb18
child 46414 16c18d5e5dc8
equal deleted inserted replaced
46412:7d0405e458a0 46413:ed43b6fa847e
  1704 
  1704 
  1705 if py2exeloaded:
  1705 if py2exeloaded:
  1706     extra['console'] = [
  1706     extra['console'] = [
  1707         {
  1707         {
  1708             'script': 'hg',
  1708             'script': 'hg',
  1709             'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others',
  1709             'copyright': 'Copyright (C) 2005-2021 Matt Mackall and others',
  1710             'product_version': version,
  1710             'product_version': version,
  1711         }
  1711         }
  1712     ]
  1712     ]
  1713     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1713     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1714     # Need to override hgbuild because it has a private copy of
  1714     # Need to override hgbuild because it has a private copy of