Mercurial > hg
changeset 1299:3822f1910c35
Package the extension directory.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 21 Sep 2005 14:46:01 -0700 |
parents | d843eaadee79 |
children | e58b1c9a0dec |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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',