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