comparison setup.py @ 46819:d4ba4d51f85f

contributor: change mentions of mpm to olivia Matt Mackall is now Olivia Mackall. I reached out to her about changing the copyright notices to reflect this change and she gave me the green light, so I changed everything relevant. Differential Revision: https://phab.mercurial-scm.org/D10266
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 25 Mar 2021 18:02:08 +0100
parents 359bdd8fc60a
children ed286d150aa8
comparison
equal deleted inserted replaced
46818:1977495dbbe2 46819:d4ba4d51f85f
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 '