comparison setup.py @ 30888:561a019c0268 stable

misc: replace domain of mercurial ML address by mercurial-scm.org This patch also adds new check-code.py pattern to detect invalid usage of "mercurial@selenic.com". Change for test-convert-tla.t is tested, but similar change for almost same test-convert-baz.t isn't yet tested actually, because I couldn't find out the way to get "GNU Arch baz client". AFAIK, buildbot skips test-convert-baz.t, too. Does anybody have appropriate environment for testing?
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Sat, 11 Feb 2017 00:23:53 +0900
parents c3db3bb4699f
children 75149f84eac7
comparison
equal deleted inserted replaced
30874:af3b5aa61fc0 30888:561a019c0268
710 os.environ.get('CFLAGS', '') + ' -Qunused-arguments') 710 os.environ.get('CFLAGS', '') + ' -Qunused-arguments')
711 711
712 setup(name='mercurial', 712 setup(name='mercurial',
713 version=setupversion, 713 version=setupversion,
714 author='Matt Mackall and many others', 714 author='Matt Mackall and many others',
715 author_email='mercurial@selenic.com', 715 author_email='mercurial@mercurial-scm.org',
716 url='https://mercurial-scm.org/', 716 url='https://mercurial-scm.org/',
717 download_url='https://mercurial-scm.org/release/', 717 download_url='https://mercurial-scm.org/release/',
718 description=('Fast scalable distributed SCM (revision control, version ' 718 description=('Fast scalable distributed SCM (revision control, version '
719 'control) system'), 719 'control) system'),
720 long_description=('Mercurial is a distributed SCM tool written in Python.' 720 long_description=('Mercurial is a distributed SCM tool written in Python.'