diff 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
line wrap: on
line diff
--- a/setup.py	Thu May 12 01:23:26 2005 -0800
+++ b/setup.py	Thu May 12 01:23:51 2005 -0800
@@ -8,11 +8,11 @@
 from distutils.core import setup
 
 setup(name='mercurial',
-            version='0.4d',
+            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'])
+            scripts=['hg', 'hgweb.py'])