setup.py
changeset 155 083c38bdfa64
parent 72 4a6ab4d80dc4
parent 152 67b8d24d2dbe
child 157 2653740d8118
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'])