mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix cant build after latest pyproject.toml update
This commit is contained in:
parent
b206d1157c
commit
4f16ec6dc8
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,8 @@ requires = [
|
|||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name="mtkclient"
|
||||
version="1.6.3"
|
||||
dependencies = [
|
||||
"pyusb",
|
||||
"pycryptodome",
|
||||
|
|
2
setup.py
2
setup.py
|
@ -2,8 +2,6 @@
|
|||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='mtkclient',
|
||||
version='1.6.3',
|
||||
packages=find_packages(),
|
||||
long_description=open("README.md").read(),
|
||||
scripts=['mtk','stage2'],
|
||||
|
|
Loading…
Reference in a new issue