setup.py
changeset 44240 15eb90965a00
parent 44202 a7f8160cc4e4
parent 44170 0ab651b5f77c
child 44305 d8d4fa9a7f18
equal deleted inserted replaced
44239:830eae18b2f3 44240:15eb90965a00
  1597 
  1597 
  1598 if py2exeloaded:
  1598 if py2exeloaded:
  1599     extra['console'] = [
  1599     extra['console'] = [
  1600         {
  1600         {
  1601             'script': 'hg',
  1601             'script': 'hg',
  1602             'copyright': 'Copyright (C) 2005-2019 Matt Mackall and others',
  1602             'copyright': 'Copyright (C) 2005-2020 Matt Mackall and others',
  1603             'product_version': version,
  1603             'product_version': version,
  1604         }
  1604         }
  1605     ]
  1605     ]
  1606     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1606     # Sub command of 'build' because 'py2exe' does not handle sub_commands.
  1607     # Need to override hgbuild because it has a private copy of
  1607     # Need to override hgbuild because it has a private copy of