setup.py
changeset 63 1c590d34bf61
parent 16 7eca4cfa8aad
child 67 a182f2561c8e
equal deleted inserted replaced
62:022d98aa0a2a 63:1c590d34bf61
     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.4d',
    11             version='0.4e',
    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',
    17             packages=['mercurial'],
    17             packages=['mercurial'],
    18             scripts=['hg'])
    18             scripts=['hg', 'hgweb.py'])