equal
deleted
inserted
replaced
1698 |
1698 |
1699 if py2exeloaded: |
1699 if py2exeloaded: |
1700 extra['console'] = [ |
1700 extra['console'] = [ |
1701 { |
1701 { |
1702 'script': 'hg', |
1702 'script': 'hg', |
1703 'copyright': 'Copyright (C) 2005-2021 Matt Mackall and others', |
1703 'copyright': 'Copyright (C) 2005-2021 Olivia Mackall and others', |
1704 'product_version': version, |
1704 'product_version': version, |
1705 } |
1705 } |
1706 ] |
1706 ] |
1707 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1707 # Sub command of 'build' because 'py2exe' does not handle sub_commands. |
1708 # Need to override hgbuild because it has a private copy of |
1708 # Need to override hgbuild because it has a private copy of |
1774 ) |
1774 ) |
1775 |
1775 |
1776 setup( |
1776 setup( |
1777 name='mercurial', |
1777 name='mercurial', |
1778 version=setupversion, |
1778 version=setupversion, |
1779 author='Matt Mackall and many others', |
1779 author='Olivia Mackall and many others', |
1780 author_email='mercurial@mercurial-scm.org', |
1780 author_email='mercurial@mercurial-scm.org', |
1781 url='https://mercurial-scm.org/', |
1781 url='https://mercurial-scm.org/', |
1782 download_url='https://mercurial-scm.org/release/', |
1782 download_url='https://mercurial-scm.org/release/', |
1783 description=( |
1783 description=( |
1784 'Fast scalable distributed SCM (revision control, version ' |
1784 'Fast scalable distributed SCM (revision control, version ' |