mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
commit
31819b814d
1 changed files with 7 additions and 10 deletions
|
@ -18,15 +18,18 @@ requires-python = ">= 3.8"
|
|||
dependencies = [
|
||||
"pyusb",
|
||||
"pycryptodome",
|
||||
"pycryptodomex",
|
||||
"colorama",
|
||||
"shiboken6",
|
||||
"pyside6",
|
||||
"mock"
|
||||
"mock",
|
||||
"pyserial",
|
||||
"fusepy"
|
||||
]
|
||||
classifiers = [
|
||||
"Development Status :: 4 - Beta",
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: GPLv3 License",
|
||||
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
keywords = ["mediatek", "mtk", "flashing", "reverse engineering", "firmware"]
|
||||
|
@ -35,14 +38,8 @@ keywords = ["mediatek", "mtk", "flashing", "reverse engineering", "firmware"]
|
|||
Repository = "https://github.com/bkerler/mtkclient.git"
|
||||
Issues = "https://github.com/bkerler/mtkclient/issues"
|
||||
|
||||
[project.scripts]
|
||||
mtk = "mtk:main"
|
||||
stage2 = "stage2:main"
|
||||
|
||||
[project.gui-scripts]
|
||||
mtk_gui = "mtk_gui:main"
|
||||
|
||||
[tool.setuptools]
|
||||
# See also the MANIFEST.in file.
|
||||
# We want to install all the files in the package directories...
|
||||
include-package-data = true
|
||||
script-files = ["mtk", "stage2", "mtk_gui"]
|
||||
|
|
Loading…
Reference in a new issue