Show More
@@ -934,7 +934,12 b" setup(name='mercurial'," | |||
|
934 | 934 | package_data=packagedata, |
|
935 | 935 | cmdclass=cmdclass, |
|
936 | 936 | distclass=hgdist, |
|
937 |
options={'py2exe': {'packages': ['hgdemandimport', 'hgext', 'email' |
|
|
937 | options={'py2exe': {'packages': ['hgdemandimport', 'hgext', 'email', | |
|
938 | # implicitly imported per module policy | |
|
939 | # (cffi wouldn't be used as a frozen exe) | |
|
940 | 'mercurial.cext', | |
|
941 | #'mercurial.cffi', | |
|
942 | 'mercurial.pure']}, | |
|
938 | 943 | 'bdist_mpkg': {'zipdist': False, |
|
939 | 944 | 'license': 'COPYING', |
|
940 | 945 | 'readme': 'contrib/macosx/Readme.html', |
General Comments 0
You need to be logged in to leave comments.
Login now