comparison setup.py @ 152:67b8d24d2dbe

hgweb is no longer a script
author jake@edge2.net
date Tue, 24 May 2005 07:33:12 -0700
parents 4a6ab4d80dc4
children 083c38bdfa64
comparison
equal deleted inserted replaced
144:ea9188538222 152:67b8d24d2dbe
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 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])], 18 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c'])],
19 scripts=['hg', 'hgweb.py']) 19 scripts=['hg'])