1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 01:22:19 +03:00

setup.py: Reference EDMC.manifest ready for its creation

We'll want to do the same "use the UTF-8 codepage" thing here.
This commit is contained in:
Athanasius 2020-09-21 19:20:08 +01:00
parent a308171bfc
commit 9e1ffc14c8

@ -172,6 +172,7 @@ setup(
'version': BASEVERSION,
'product_version': VERSION,
'copyright': COPYRIGHT,
'other_resources': [(24, 1, open(APPCMDNAME+'.manifest').read())],
} ],
data_files = DATA_FILES,
options = OPTIONS,