forked from TechnoIndian/ApkPatcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (37 loc) · 1.24 KB
/
pyproject.toml
File metadata and controls
49 lines (37 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "ApkPatcher-install"
version = "1.0"
authors = [
{ name = "RK_TECHNO_INDIA", email = "TechnoIndian786@gmail.com" }
]
description = "Smali Patcher ( Bypass 𒁍 SSL & Flutter SSL, VPN, USB Debugging, Screen Restrict, One Device Login, Spoof Info & Package Detection, Ads, AES Logs Inject )"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["requests", "r2pipe", "asn1crypto", "multiprocess"]
keywords = ["ApkPatcher"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Software Development :: Assemblers",
]
[project.scripts]
ApkPatcher = "ApkPatcher.APK_PATCHER:RK_Techno_IND"
[tool.setuptools]
include-package-data = true
[tool.setuptools.package-data]
"ApkPatcher" = ["AES.smali", "lib_Pairip_CoreX.so"]
[project.urls]
Homepage = "https://github.com/TechnoIndian/ApkPatcher"
Repository = "https://github.com/TechnoIndian/ApkPatcher.git"
Issues = "https://github.com/TechnoIndian/ApkPatcher/issues"
[tool.black]
line-length = 79
skip-string-normalization = true
[tool.isort]
profile = "black"
line_length = 79