Add the reason mimetypes is bundled in the Windows installer in a comment

This commit is contained in:
Wieland Hoffmann
2017-01-20 22:43:57 +01:00
parent 142387a21f
commit 06e5e1624d

View File

@@ -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,