diff --git a/setup.py b/setup.py index c6d3ccce..6d2eccd4 100755 --- a/setup.py +++ b/setup.py @@ -185,13 +185,13 @@ elif sys.platform == 'win32': 'optimize': 2, 'packages': [ 'sqlite3', # Included for plugins - 'threading', # Included for plugins (though it should always be there anyway) 'http', # Included for plugins ], 'includes': [ 'dataclasses', 'shutil', # Included for plugins 'timeout_session', + 'threading', # Included for plugins (though it should always be there anyway) 'zipfile', # Included for plugins ], 'excludes': [