Show More
@@ -554,9 +554,11 b" setup(name='mercurial'," | |||||
554 | package_data=packagedata, |
|
554 | package_data=packagedata, | |
555 | cmdclass=cmdclass, |
|
555 | cmdclass=cmdclass, | |
556 | distclass=hgdist, |
|
556 | distclass=hgdist, | |
557 |
options= |
|
557 | options={'py2exe': {'packages': ['hgext', 'email']}, | |
558 |
|
|
558 | 'bdist_mpkg': {'zipdist': True, | |
559 |
|
|
559 | 'license': 'COPYING', | |
560 |
|
|
560 | 'readme': 'contrib/macosx/Readme.html', | |
561 |
|
|
561 | 'welcome': 'contrib/macosx/Welcome.html', | |
|
562 | }, | |||
|
563 | }, | |||
562 | **extra) |
|
564 | **extra) |
General Comments 0
You need to be logged in to leave comments.
Login now