##// END OF EJS Templates
Fix for including hgext in Windows compiled version....
Lee Cantey -
r4628:02956be6 default
parent child Browse files
Show More
@@ -70,7 +70,8 b" setup(name='mercurial',"
70 for root, dirs, files in os.walk('templates')],
70 for root, dirs, files in os.walk('templates')],
71 cmdclass=cmdclass,
71 cmdclass=cmdclass,
72 scripts=['hg', 'hgmerge'],
72 scripts=['hg', 'hgmerge'],
73 options=dict(bdist_mpkg=dict(zipdist=True,
73 options=dict(py2exe=dict(packages=['hgext']),
74 bdist_mpkg=dict(zipdist=True,
74 license='COPYING',
75 license='COPYING',
75 readme='contrib/macosx/Readme.html',
76 readme='contrib/macosx/Readme.html',
76 welcome='contrib/macosx/Welcome.html')),
77 welcome='contrib/macosx/Welcome.html')),
General Comments 0
You need to be logged in to leave comments. Login now