Skip to content

Commit

Permalink
chore: try to add android pip pack
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Sep 19, 2024
1 parent 60a3bff commit 3a887ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tools/pip_pack/pip_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def pack(pack_dir: str, info_path: str):
"macos-aarch64": "macosx_13_0_arm64",
"linux-x86_64": "manylinux2014_x86_64",
"linux-aarch64": "manylinux2014_aarch64",
"android-x86_64": "android_x86_64",
"android-aarch64": "android_arm64-v8a",
}

os.mkdir(WHL_DIR)
Expand Down
3 changes: 2 additions & 1 deletion tools/pip_pack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ build-backend = "setuptools.build_meta"
[project]
name = "MaaFw"
version = "0"
requires-python = ">=3.9"
authors = [{ name = "MaaXYZ" }]
description = "An automation black-box testing framework based on image recognition"
readme = "README.md"
urls = { Homepage = "https://github.com/MaaXYZ/MaaFramework" }
dependencies = ["numpy", "Pillow", "MaaAgentBinary"]
dependencies = ["numpy", "MaaAgentBinary"]

0 comments on commit 3a887ad

Please sign in to comment.