Mercurial > hg
changeset 1301:0e921c164b58
Fix small thinko.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 21 Sep 2005 15:18:24 -0700 |
parents | e58b1c9a0dec |
children | ac8debb9045c |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Wed Sep 21 15:17:24 2005 -0700 +++ b/setup.py Wed Sep 21 15:18:24 2005 -0700 @@ -64,7 +64,7 @@ url='http://selenic.com/mercurial', description='scalable distributed SCM', license='GNU GPL', - packages=['mercurial', 'mercurial.ext'], + packages=['mercurial', 'hgext'], ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), Extension('mercurial.bdiff', ['mercurial/bdiff.c'])], data_files=[('mercurial/templates',