From 06e5e1624da5bfb3007b95f068b49b2eeb44afed Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Fri, 20 Jan 2017 22:43:57 +0100 Subject: [PATCH] Add the reason mimetypes is bundled in the Windows installer in a comment --- setup.py | 1 + 1 file changed, 1 insertion(+) 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,