Initial Public Commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "are"
|
||||
version = "0.1.0"
|
||||
description = "Android Reverse Engineering Shortcuts"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"adbutils>=2.10.2",
|
||||
"tomli-w>=1.2.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
are = "main:main"
|
||||
Reference in New Issue
Block a user