Fix cant build after latest pyproject.toml update

This commit is contained in:
Vilez0 2023-10-21 14:21:20 +03:00
parent b206d1157c
commit 4f16ec6dc8
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,8 @@ requires = [
build-backend = "setuptools.build_meta"
[project]
name="mtkclient"
version="1.6.3"
dependencies = [
"pyusb",
"pycryptodome",

View file

@ -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'],