comparison setup.py @ 16:7eca4cfa8aad 0.4d

Update version numbers
author mpm@selenic.com
date Wed, 04 May 2005 10:07:28 -0800
parents 9117c6561b0b
children 1c590d34bf61
comparison
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',