Mercurial > public > mercurial-scm > hg-stable
comparison setup.py @ 63:1c590d34bf61 0.4e
Minor changes for release 0.4e
author | mpm@selenic.com |
---|---|
date | Thu, 12 May 2005 01:23:51 -0800 |
parents | 7eca4cfa8aad |
children | a182f2561c8e |
comparison
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']) |