hgweb is no longer a script
authorjake@edge2.net
Tue, 24 May 2005 07:33:12 -0700
changeset 152 67b8d24d2dbe
parent 144 ea9188538222
child 153 e8a360cd5a9f
hgweb is no longer a script
setup.py
--- a/setup.py
+++ b/setup.py
@@ -16,4 +16,4 @@ setup(name='mercurial',
       license='GNU GPL',
       packages=['mercurial'],
       ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])],
-      scripts=['hg', 'hgweb.py'])
+      scripts=['hg'])