mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-22 11:50:28 +03:00
threading isnt a package, apparently
This commit is contained in:
parent
bda440df3b
commit
35c45269ac
2
setup.py
2
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': [
|
||||
|
Loading…
x
Reference in New Issue
Block a user