setup.py
branchstable
changeset 30888 561a019c0268
parent 30698 c3db3bb4699f
child 30907 75149f84eac7
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.'