Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions PyPI/Package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "webui2"
version = "2.4.1"
version = "2.4.2"
authors = [
{ name="Hassan Draga" },
]
Expand All @@ -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"]
3 changes: 1 addition & 2 deletions PyPI/Package/src/webui/webui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Python WebUI v2.4.1
# Python WebUI v2.4.2
#
# http://webui.me
# https://github.com/webui-dev/python-webui
Expand Down Expand Up @@ -338,7 +338,6 @@ def _get_library_path() -> str:


def run_cmd(command):
print("command: " + command)
subprocess.run(command, shell=True)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# 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/)

Expand Down