Show More
@@ -76,7 +76,7 b' try:' | |||||
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=' |
|
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', |
General Comments 0
You need to be logged in to leave comments.
Login now