Force-include pygments in freeze.py.

Fixes #398.
This commit is contained in:
Florian Bruhin 2014-12-22 17:30:41 +01:00
parent 58c991145c
commit c48727d19a

View File

@ -55,6 +55,7 @@ build_exe_options = {
],
'include_msvcr': True,
'excludes': ['tkinter'],
'packages': ['pygments'],
}
egl_path = get_egl_path()