1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/testing/mtkclient/data.patch
Ben Westover 3b14023910 testing/mtkclient: new aport
https://github.com/bkerler/mtkclient
Unofficial MTK reverse engineering and flash tool
2022-06-29 22:03:21 +00:00

13 lines
443 B
Diff

Author: Ben Westover <kwestover.kw@gmail.com>
Summary: Prevent setup.py from installing LICENSE and README.md to /usr
----
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,6 @@
packages=find_packages(),
long_description=open("README.md").read(),
scripts=['mtk','stage2'],
- data_files = ['LICENSE','README.md'],
long_description_content_type="text/markdown",
url='https://github.com/bkerler/mtkclient',
project_urls={