hgweb is no longer a script

This commit is contained in:
jake@edge2.net 2005-05-24 07:33:12 -07:00
parent a2b716acff
commit 1802614df3

View File

@ -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'])