comparison setup.py @ 49830:bc59c1e5dd01 stable

copyright: update to 2023
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 02 Jan 2023 11:38:20 -0500
parents ece490b02a9b
children e0c0545e2e55 8d390a13474d
comparison
equal deleted inserted replaced
49829:8ced4ca30ea1 49830:bc59c1e5dd01
1652 1652
1653 if py2exeloaded: 1653 if py2exeloaded:
1654 extra['console'] = [ 1654 extra['console'] = [
1655 { 1655 {
1656 'script': 'hg', 1656 'script': 'hg',
1657 'copyright': 'Copyright (C) 2005-2022 Olivia Mackall and others', 1657 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others',
1658 'product_version': version, 1658 'product_version': version,
1659 } 1659 }
1660 ] 1660 ]
1661 # Sub command of 'build' because 'py2exe' does not handle sub_commands. 1661 # Sub command of 'build' because 'py2exe' does not handle sub_commands.
1662 # Need to override hgbuild because it has a private copy of 1662 # Need to override hgbuild because it has a private copy of