mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-19 10:27:38 +03:00
Moved packages to packages section
This commit is contained in:
parent
fe90f1f0b3
commit
bda440df3b
4
setup.py
4
setup.py
@ -185,14 +185,14 @@ 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',
|
||||
'zipfile', # Included for plugins
|
||||
'threading', # Included for plugins (though it should always be there anyway)
|
||||
'http', # Included for plugins
|
||||
],
|
||||
'excludes': [
|
||||
'distutils',
|
||||
|
Loading…
x
Reference in New Issue
Block a user