Mercurial > hg
changeset 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 | 5e73dfe26ac1 |
children | c6c76ead1cc1 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Fri Feb 03 00:52:31 2006 -0800 +++ b/setup.py Fri Feb 03 10:52:25 2006 +0100 @@ -76,7 +76,7 @@ if py2exe_for_demandload is not None: cmdclass['py2exe'] = py2exe_for_demandload py2exe_opts['console'] = ['hg'] - setup(name='Mercurial', + setup(name='mercurial', version=mercurial.version.get_version(), author='Matt Mackall', author_email='mpm@selenic.com',