Skip to content

Commit e92c13a

Browse files
authored
Merge pull request #10 from AlbertShown/main
Fix Linux PyPI Package
2 parents 97c14d8 + 208fed4 commit e92c13a

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

PyPI/Package/pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "webui2"
7-
version = "2.4.1"
7+
version = "2.4.2"
88
authors = [
99
{ name="Hassan Draga" },
1010
]
@@ -29,4 +29,11 @@ where = ["src"]
2929

3030
[tool.setuptools.package-data]
3131
webui = [
32-
"webui-macos-clang-x64/*","webui-macos-clang-arm64/*","webui-windows-msvc-x64/*","webui-linux-gcc-arm/*","webui-linux-gcc-arm64/*","webui-linux-gcc-x64/*"]
32+
"webui-macos-clang-x64/*",
33+
"webui-macos-clang-arm64/*",
34+
"webui-windows-msvc-x64/*",
35+
"webui-linux-gcc-arm/*",
36+
"webui-linux-gcc-arm64/*",
37+
"webui-linux-gcc-x64/*",
38+
"bootstrap.sh",
39+
"bootstrap.bat"]

PyPI/Package/src/webui/webui.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Python WebUI v2.4.1
2+
# Python WebUI v2.4.2
33
#
44
# http://webui.me
55
# https://github.com/webui-dev/python-webui
@@ -338,7 +338,6 @@ def _get_library_path() -> str:
338338

339339

340340
def run_cmd(command):
341-
print("command: " + command)
342341
subprocess.run(command, shell=True)
343342

344343

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# WebUI Python v2.4.1
3+
# WebUI Python v2.4.2
44

55
[![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/)
66

0 commit comments

Comments
 (0)