##// END OF EJS Templates
Fix small thinko.
Bryan O'Sullivan -
r1301:0e921c16 default
parent child Browse files
Show More
@@ -64,7 +64,7 b' try:'
64 url='http://selenic.com/mercurial',
64 url='http://selenic.com/mercurial',
65 description='scalable distributed SCM',
65 description='scalable distributed SCM',
66 license='GNU GPL',
66 license='GNU GPL',
67 packages=['mercurial', 'mercurial.ext'],
67 packages=['mercurial', 'hgext'],
68 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
68 ext_modules=[Extension('mercurial.mpatch', ['mercurial/mpatch.c']),
69 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
69 Extension('mercurial.bdiff', ['mercurial/bdiff.c'])],
70 data_files=[('mercurial/templates',
70 data_files=[('mercurial/templates',
General Comments 0
You need to be logged in to leave comments. Login now