diff --git a/PyQt5/pyuic5.bat b/PyQt5/pyuic5.bat new file mode 100644 index 00000000..d0adf844 --- /dev/null +++ b/PyQt5/pyuic5.bat @@ -0,0 +1 @@ +python -m PyQt5.uic.pyuic %* 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