From f911111e5ef465d7f08078d9f3a745051a9361e4 Mon Sep 17 00:00:00 2001 From: morefigs Date: Fri, 24 Feb 2017 10:56:55 +1100 Subject: [PATCH 1/3] Created pyuic5.bat --- PyQt5/pyuic5.bat | 1 + 1 file changed, 1 insertion(+) create mode 100644 PyQt5/pyuic5.bat diff --git a/PyQt5/pyuic5.bat b/PyQt5/pyuic5.bat new file mode 100644 index 00000000..0f8eb562 --- /dev/null +++ b/PyQt5/pyuic5.bat @@ -0,0 +1 @@ +python -m PyQt5.uic.pyuic %1 %2 %3 %4 %5 %6 %7 %8 %9 From b7e25eda25b7eefb2599fe06c9c00fe831f50f16 Mon Sep 17 00:00:00 2001 From: morefigs Date: Fri, 24 Feb 2017 12:28:01 +1100 Subject: [PATCH 2/3] Update pyuic5.bat --- PyQt5/pyuic5.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyQt5/pyuic5.bat b/PyQt5/pyuic5.bat index 0f8eb562..d0adf844 100644 --- a/PyQt5/pyuic5.bat +++ b/PyQt5/pyuic5.bat @@ -1 +1 @@ -python -m PyQt5.uic.pyuic %1 %2 %3 %4 %5 %6 %7 %8 %9 +python -m PyQt5.uic.pyuic %* From e89797c1cdec67dd392ee13475cb3dff6b0e2ff0 Mon Sep 17 00:00:00 2001 From: morefigs Date: Fri, 24 Feb 2017 12:35:01 +1100 Subject: [PATCH 3/3] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 389c73e2..525965be 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,8 @@ def get_package_data(): "*.pyd", "*.conf", "*.api", - "*.qm"]) + "*.qm", + "*.bat"]) return package_data