##// END OF EJS Templates
Minor changes for release 0.4e
Minor changes for release 0.4e

File last commit:

r63:1c590d34 0.4e default
r63:1c590d34 0.4e default
Show More
setup.py
18 lines | 503 B | text/x-python | PythonLexer
#!/usr/bin/env python
# This is the mercurial setup script.
#
# './setup.py install', or
# './setup.py --help' for more options
from distutils.core import setup
setup(name='mercurial',
version='0.4e',
author='Matt Mackall',
author_email='mpm@selenic.com',
url='http://selenic.com/mercurial',
description='scalable distributed SCM',
license='GNU GPL',
packages=['mercurial'],
scripts=['hg', 'hgweb.py'])