diff --git a/setup.py b/setup.py index b040cfc8854acf4357388444ccf4706b8bbd081b..1002d325ab9a21adc82dfbbf7cc25ce336598e7f 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ def py2exe_options(): 'xml', 'xml.dom', 'yaml', ], - 'excludes': ['Tkconstants', 'Tkinter', 'tcl'], + 'excludes': ['jinja2.asyncsupport', 'Tkconstants', 'Tkinter', 'tcl'], # do not forward-port 11.0 does not use py2exe } }, 'data_files': py2exe_datafiles()