setup.py
changeset 4519 5a9e767c2908
parent 3893 070628929e1f
child 4628 02956be66a58
--- 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'])],