Skip to content

Commit

Permalink
Merge pull request #811 from Vilez0/main
Browse files Browse the repository at this point in the history
Fix build error after latest pyproject.toml update. Replace license_file parameter with license_files (license_file parameter is deprecated)
  • Loading branch information
bkerler authored Oct 24, 2023
2 parents b206d11 + 48155e1 commit b63c933
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ requires = [
build-backend = "setuptools.build_meta"

[project]
name="mtkclient"
version="1.6.3"
dependencies = [
"pyusb",
"pycryptodome",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[metadata]
license_file = LICENSE
license_files = LICENSE
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit b63c933

Please sign in to comment.