author | Bryan O'Sullivan <bos@serpentine.com> |
Wed, 21 Sep 2005 14:46:01 -0700 | |
changeset 1299 | 3822f1910c35 |
parent 1298 | d843eaadee79 |
child 1300 | e58b1c9a0dec |
--- a/setup.py Wed Sep 21 14:40:52 2005 -0700 +++ b/setup.py Wed Sep 21 14:46:01 2005 -0700 @@ -62,7 +62,7 @@ url='http://selenic.com/mercurial', description='scalable distributed SCM', license='GNU GPL', - packages=['mercurial'], + packages=['mercurial', 'mercurial.ext'], ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), Extension('mercurial.bdiff', ['mercurial/bdiff.c'])], data_files=[('mercurial/templates',