comparison setup.py @ 51668:45ba8416afc4 stable

copyright: update to 2024
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 12 Jul 2024 15:29:35 +0400
parents bf1d26bd5b6a
children 9b8c71d0b785 6388fd855f66
comparison
equal deleted inserted replaced
51665:b8fe591d7ab8 51668:45ba8416afc4
1739 1739
1740 if py2exeloaded: 1740 if py2exeloaded:
1741 extra['console'] = [ 1741 extra['console'] = [
1742 { 1742 {
1743 'script': 'hg', 1743 'script': 'hg',
1744 'copyright': 'Copyright (C) 2005-2023 Olivia Mackall and others', 1744 'copyright': 'Copyright (C) 2005-2024 Olivia Mackall and others',
1745 'product_version': version, 1745 'product_version': version,
1746 } 1746 }
1747 ] 1747 ]
1748 # Sub command of 'build' because 'py2exe' does not handle sub_commands. 1748 # Sub command of 'build' because 'py2exe' does not handle sub_commands.
1749 # Need to override hgbuild because it has a private copy of 1749 # Need to override hgbuild because it has a private copy of