setup.py
changeset 16 7eca4cfa8aad
parent 0 9117c6561b0b
child 63 1c590d34bf61
equal deleted inserted replaced
15:6daf7757e92b 16:7eca4cfa8aad
     6 # './setup.py --help' for more options
     6 # './setup.py --help' for more options
     7 
     7 
     8 from distutils.core import setup
     8 from distutils.core import setup
     9 
     9 
    10 setup(name='mercurial',
    10 setup(name='mercurial',
    11             version='0.4c',
    11             version='0.4d',
    12             author='Matt Mackall',
    12             author='Matt Mackall',
    13             author_email='mpm@selenic.com',
    13             author_email='mpm@selenic.com',
    14             url='http://selenic.com/mercurial',
    14             url='http://selenic.com/mercurial',
    15             description='scalable distributed SCM',
    15             description='scalable distributed SCM',
    16             license='GNU GPL',
    16             license='GNU GPL',