comparison setup.py @ 46413:ed43b6fa847e stable

copyright: update to 2021 Differential Revision: https://phab.mercurial-scm.org/D9885
author Matt Harbison <matt_harbison@yahoo.com>
date Wed, 27 Jan 2021 00:54:57 -0500
parents d6cfe45afb18
children 16c18d5e5dc8
comparison
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