From c6b1417d9c79fadf0f36890c84c8a727da1418b2 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Sun, 11 Jan 2015 16:17:04 +0100 Subject: Added one Windows DLL --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 2d3698d..a04e088 100755 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ elif platform == "win32": 'other\\7za.exe', 'other\\UnRAR.exe', 'other\\Additional-LICENSE.txt', + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\libGLESv2.dll', 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\libEGL.dll'])] extra_options = dict( options={'py2exe': {"bundle_files": 1, -- cgit 1.4.1