setup.py
changeset 1688 43d3db1b8296
parent 1686 dd5085897010
child 1777 a2316878f19d
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',