freeze: Add pkg_resources._vendor.six
Another package added by pkg_resources and not picked up by cx_Freeze...
This commit is contained in:
parent
1d89ea397a
commit
f91935c8e8
@ -87,7 +87,8 @@ def get_build_exe_options(skip_html=False):
|
||||
'includes': [],
|
||||
'excludes': ['tkinter'],
|
||||
'packages': ['pygments', 'pkg_resources._vendor.packaging',
|
||||
'pkg_resources._vendor.pyparsing'],
|
||||
'pkg_resources._vendor.pyparsing',
|
||||
'pkg_resources._vendor.six'],
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user