comparison setup.py @ 44170:0ab651b5f77c stable

copyright: update to 2020 Differential Revision: https://phab.mercurial-scm.org/D8006
author Matt Harbison <matt_harbison@yahoo.com>
date Sat, 25 Jan 2020 00:16:04 -0500
parents e1b8b4e4f496
children 15eb90965a00 bb58931d0c4f
comparison
equal deleted inserted replaced
44169:5d85e9ddc7b9 44170:0ab651b5f77c
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