comparison setup.py @ 1688:43d3db1b8296

Reverted name change (mercurial -> Mercurial) from dd5085897010.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 03 Feb 2006 10:52:25 +0100
parents dd5085897010
children a2316878f19d
comparison
equal deleted inserted replaced
1687:5e73dfe26ac1 1688:43d3db1b8296
74 cmdclass = {'install_data': install_package_data} 74 cmdclass = {'install_data': install_package_data}
75 py2exe_opts = {} 75 py2exe_opts = {}
76 if py2exe_for_demandload is not None: 76 if py2exe_for_demandload is not None:
77 cmdclass['py2exe'] = py2exe_for_demandload 77 cmdclass['py2exe'] = py2exe_for_demandload
78 py2exe_opts['console'] = ['hg'] 78 py2exe_opts['console'] = ['hg']
79 setup(name='Mercurial', 79 setup(name='mercurial',
80 version=mercurial.version.get_version(), 80 version=mercurial.version.get_version(),
81 author='Matt Mackall', 81 author='Matt Mackall',
82 author_email='mpm@selenic.com', 82 author_email='mpm@selenic.com',
83 url='http://selenic.com/mercurial', 83 url='http://selenic.com/mercurial',
84 description='Scalable distributed SCM', 84 description='Scalable distributed SCM',