Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 38054:e5d2248dcc39
packaging: move contrib/macosx to contrib/packaging/
And update various references throughout the code.
Differential Revision: https://phab.mercurial-scm.org/D3550
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 12 May 2018 10:57:04 -0700 |
parents | cd4959c33d1a |
children | db9d1dd01bf0 |
line wrap: on
line diff
--- a/setup.py Sat May 12 10:50:30 2018 -0700 +++ b/setup.py Sat May 12 10:57:04 2018 -0700 @@ -1082,8 +1082,8 @@ 'bdist_mpkg': { 'zipdist': False, 'license': 'COPYING', - 'readme': 'contrib/macosx/Readme.html', - 'welcome': 'contrib/macosx/Welcome.html', + 'readme': 'contrib/packaging/macosx/Readme.html', + 'welcome': 'contrib/packaging/macosx/Welcome.html', }, }, **extra)