From 2ddf338d9baaded6785ae976ea450d461c64fc6a Mon Sep 17 00:00:00 2001 From: Albert Shown Date: Tue, 28 Nov 2023 18:59:01 -0500 Subject: [PATCH 1/2] Updating PyPI Package --- PyPI/Package/pyproject.toml | 9 ++++++++- PyPI/Package/src/webui/webui.py | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/PyPI/Package/pyproject.toml b/PyPI/Package/pyproject.toml index 0a1342e..d14ea99 100644 --- a/PyPI/Package/pyproject.toml +++ b/PyPI/Package/pyproject.toml @@ -29,4 +29,11 @@ where = ["src"] [tool.setuptools.package-data] webui = [ - "webui-macos-clang-x64/*","webui-macos-clang-arm64/*","webui-windows-msvc-x64/*","webui-linux-gcc-arm/*","webui-linux-gcc-arm64/*","webui-linux-gcc-x64/*"] + "webui-macos-clang-x64/*", + "webui-macos-clang-arm64/*", + "webui-windows-msvc-x64/*", + "webui-linux-gcc-arm/*", + "webui-linux-gcc-arm64/*", + "webui-linux-gcc-x64/*", + "bootstrap.sh", + "bootstrap.bat"] diff --git a/PyPI/Package/src/webui/webui.py b/PyPI/Package/src/webui/webui.py index 5189915..43b8f0a 100644 --- a/PyPI/Package/src/webui/webui.py +++ b/PyPI/Package/src/webui/webui.py @@ -338,7 +338,6 @@ def _get_library_path() -> str: def run_cmd(command): - print("command: " + command) subprocess.run(command, shell=True) From 10ebb250bec86d84ff0ef02f4369330520f1334d Mon Sep 17 00:00:00 2001 From: Albert Shown Date: Tue, 28 Nov 2023 18:59:59 -0500 Subject: [PATCH 2/2] Up to v2.4.2 --- PyPI/Package/pyproject.toml | 2 +- PyPI/Package/src/webui/webui.py | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PyPI/Package/pyproject.toml b/PyPI/Package/pyproject.toml index d14ea99..cefd884 100644 --- a/PyPI/Package/pyproject.toml +++ b/PyPI/Package/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "webui2" -version = "2.4.1" +version = "2.4.2" authors = [ { name="Hassan Draga" }, ] diff --git a/PyPI/Package/src/webui/webui.py b/PyPI/Package/src/webui/webui.py index 43b8f0a..7db5421 100644 --- a/PyPI/Package/src/webui/webui.py +++ b/PyPI/Package/src/webui/webui.py @@ -1,5 +1,5 @@ -# Python WebUI v2.4.1 +# Python WebUI v2.4.2 # # http://webui.me # https://github.com/webui-dev/python-webui diff --git a/README.md b/README.md index 8c4c41a..9797f01 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WebUI Python v2.4.1 +# WebUI Python v2.4.2 [![Website](https://img.shields.io/circleci/project/github/badges/shields/master?style=for-the-badge)](https://github.com/webui-dev/python-webui) [![Website](https://img.shields.io/github/issues/webui-dev/python-webui.svg?branch=master&style=for-the-badge&url=https://google.com)](https://github.com/webui-dev/python-webui/issues) [![Website](https://img.shields.io/website?label=webui.me&style=for-the-badge&url=https://google.com)](https://webui.me/)