diff --git a/setup.py b/setup.py index aa00a14..9d49851 100644 --- a/setup.py +++ b/setup.py @@ -38,13 +38,28 @@ build_exe_options = { ## "re", ## "oyoyo", ## "ssl"], - "excludes": ["collections.sys", - "collections._sre", - "collections._json", - "collections._locale", - "collections._struct", - "collections.array", - "collections._weakref"], + "excludes": ['collections.sys', + 'collections._sre', + 'collections._json', + 'collections._locale', + 'collections._struct', + 'collections.array', + 'collections._weakref', + 'PyQt5.QtMultimedia', + 'PyQt5.QtDBus', + 'PyQt5.QtDeclarative', + 'PyQt5.QtHelp', + 'PyQt5.QtNetwork', + 'PyQt5.QtSql', + 'PyQt5.QtSvg', + 'PyQt5.QtTest', + 'PyQt5.QtWebKit', + 'PyQt5.QtXml', + 'PyQt5.QtXmlPatterns', + 'PyQt5.phonon', + 'PyQt5.QtAssistant', + 'PyQt5.QtDesigner', + 'PyQt5.QAxContainer',], "include_files": includefiles, "include_msvcr": True } @@ -94,7 +109,7 @@ bdist_msi_options = {'data': msi_data, 'keywords': "Pesterchum"}, 'upgrade_code': "{86740d75-f1f2-48e8-8266-f36395a2d77f}", 'add_to_path': False, # !!! - 'all_users': True, + 'all_users': False, 'install_icon': "pesterchum.ico"} setup(