Mercurial > public > mercurial-scm > hg-stable
diff setup.py @ 4519:5a9e767c2908
Include convert extension in packages setup
(reported by Christian Ebert and Eric Hopper)
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Thu, 07 Jun 2007 22:28:52 +0200 |
parents | 070628929e1f |
children | 02956be66a58 |
line wrap: on
line diff
--- a/setup.py Thu Jun 07 12:41:12 2007 +0200 +++ b/setup.py Thu Jun 07 22:28:52 2007 +0200 @@ -61,7 +61,7 @@ url='http://selenic.com/mercurial', description='Scalable distributed SCM', license='GNU GPL', - packages=['mercurial', 'mercurial.hgweb', 'hgext'], + packages=['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert'], ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), Extension('mercurial.bdiff', ['mercurial/bdiff.c']), Extension('mercurial.base85', ['mercurial/base85.c'])],