diff --git a/setup.py b/setup.py index ac8309db6..94222976c 100755 --- a/setup.py +++ b/setup.py @@ -726,6 +726,7 @@ try: }] args['options'] = { 'bdist_nsis': { + # mimetypes is necessary for the videotools plugin 'includes': ['json', 'sip', 'mimetypes'] + [e.name for e in ext_modules], 'excludes': exclude_modules + py2exe_exclude_modules, 'optimize': 2,