Show More
@@ -61,7 +61,7 b" setup(name='mercurial'," | |||
|
61 | 61 | url='http://selenic.com/mercurial', |
|
62 | 62 | description='Scalable distributed SCM', |
|
63 | 63 | license='GNU GPL', |
|
64 | packages=['mercurial', 'mercurial.hgweb', 'hgext'], | |
|
64 | packages=['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert'], | |
|
65 | 65 | ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']), |
|
66 | 66 | Extension('mercurial.bdiff', ['mercurial/bdiff.c']), |
|
67 | 67 | Extension('mercurial.base85', ['mercurial/base85.c'])], |
General Comments 0
You need to be logged in to leave comments.
Login now