Show More
@@ -125,7 +125,7 b" setup(name='mercurial'," | |||
|
125 | 125 | [os.path.join(root, file_) for file_ in files]) |
|
126 | 126 | for root, dirs, files in os.walk('templates')], |
|
127 | 127 | cmdclass=cmdclass, |
|
128 | options=dict(py2exe=dict(packages=['hgext']), | |
|
128 | options=dict(py2exe=dict(packages=['hgext', 'email']), | |
|
129 | 129 | bdist_mpkg=dict(zipdist=True, |
|
130 | 130 | license='COPYING', |
|
131 | 131 | readme='contrib/macosx/Readme.html', |
General Comments 0
You need to be logged in to leave comments.
Login now