From 5ac9a5f2a5da8aa875c5f9fbcb1d67ef59f965e5 Mon Sep 17 00:00:00 2001 From: Roman Lacko Date: Mon, 21 Apr 2014 23:18:20 +0200 Subject: Update setup classifiers --- setup.py | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index b50584b4b..9fdfc64fc 100644 --- a/setup.py +++ b/setup.py @@ -8,16 +8,16 @@ to build and install into your current Python installation. On Linux you can use option --standalone, to embed Qt libraries to PySide distribution -You can use special option --only-package, if you want to create more binary packages (bdist_egg, bdist_wininst, ...) +You can use special option --only-package, if you want to create more binary packages (bdist_wheel, bdist_egg, ...) without rebuilding entire PySide every time: - # First time we create bdist_winist with full PySide build - python setup.py bdist_winist --qmake=c:\Qt\4.8.4\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin - + # First time we create bdist_wheel with full PySide build + python setup.py bdist_wheel --qmake=c:\Qt\4.8.5\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin + # Then we crate bdist_egg reusing PySide build with option --only-package - python setup.py bdist_egg --only-package --qmake=c:\Qt\4.8.4\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin + python setup.py bdist_egg --only-package --qmake=c:\Qt\4.8.5\bin\qmake.exe --cmake=c:\tools\cmake\bin\cmake.exe --opnessl=c:\libs\OpenSSL32bit\bin REQUIREMENTS: -- Python: 2.6, 2.7, 3.2 and 3.3 is supported +- Python: 2.6, 2.7, 3.2, 3.3 and 3.4 is supported - Cmake: Specify the path to cmake with --cmake option or add cmake to the system path. - Qt: 4.6, 4.7 and 4.8 is supported. Specify the path to qmake with --qmake option or add qmake to the system path. @@ -962,6 +962,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Database', 'Topic :: Software Development', 'Topic :: Software Development :: Code Generators', -- cgit v1.2.3