From fce3072dca8222f36f6fdc39123cb46b7fb547a6 Mon Sep 17 00:00:00 2001 From: Paweł Jastrzębski Date: Thu, 29 May 2014 18:23:28 +0200 Subject: Updated to Python 3.4 and PyQt 5.3 (close #94) --- setup.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 201ed81..8fce0b6 100755 --- a/setup.py +++ b/setup.py @@ -63,34 +63,34 @@ elif platform == "win32": suffix = '_64' else: suffix = '' - additional_files = [('imageformats', ['C:\Python33' + suffix + + additional_files = [('imageformats', ['C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qgif.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qico.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qjpeg.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qmng.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qsvg.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qtga.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qtiff.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\imageformats\qwbmp.dll']), - ('platforms', ['C:\Python33' + suffix + + ('platforms', ['C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\platforms\qminimal.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\platforms\qoffscreen.dll', - 'C:\Python33' + suffix + + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\plugins\platforms\qwindows.dll']), ('', ['LICENSE.txt', 'other\\7za.exe', 'other\\UnRAR.exe', 'other\\Additional-LICENSE.txt', 'other\\7za.exe', - 'C:\Python33' + suffix + '\Lib\site-packages\PyQt5\libEGL.dll'])] + 'C:\Python34' + suffix + '\Lib\site-packages\PyQt5\libEGL.dll'])] extra_options = dict( options={'py2exe': {"bundle_files": 2, "dll_excludes": ["tcl85.dll", "tk85.dll"], -- cgit 1.4.1