comparison setup.py @ 155:083c38bdfa64

Merge from hgweb
author mpm@selenic.com
date Wed, 25 May 2005 08:54:54 -0800
parents 4a6ab4d80dc4 67b8d24d2dbe
children 2653740d8118
comparison
equal deleted inserted replaced
151:1f6c61a60586 155:083c38bdfa64
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'])