Skip to content

Commit

Permalink
add the missing apk files
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Mar 26, 2024
1 parent 267d961 commit 647d499
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ homepage = "https://github.com/openatx/uiautomator2"
authors = ["codeskyblue <codeskyblue@gmail.com>"]
license = "MIT"
readme = "README.md"
include = ["*/assets/*.apk"]

[tool.poetry.dependencies]
python = "^3.8"
Expand Down Expand Up @@ -39,4 +40,4 @@ files = ["uiautomator2/version.py"]

[build-system]
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"
build-backend = "poetry_dynamic_versioning.backend"

0 comments on commit 647d499

Please sign in to comment.