add pkg_resources to the Windows build

This commit is contained in:
lovetox 2016-08-07 19:10:54 +02:00
parent c4a85f468d
commit 3de9023a21
1 changed files with 2 additions and 1 deletions

View File

@ -128,7 +128,8 @@ OPTIONS = {
'includes': ['gi', 'Crypto.PublicKey.DSA', 'Crypto.Hash.HMAC',
'numbers', 'win32com.client', 'win32com.server',
'cryptography', 'pkg_resources'],
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl'],
'packages': ['gi', 'cffi', 'cryptography', 'google', 'axolotl',
'pkg_resources'],
'base': 'Win32GUI',
'include_files': INCLUDE_FILES,
}