mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Fix setup
This commit is contained in:
parent
9828dc6688
commit
8b3ce57f46
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
|
@ -5,9 +6,6 @@ setup(
|
|||
name='mtkclient',
|
||||
version='1.4',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
"attrs",
|
||||
],
|
||||
long_description=open("README.md").read(),
|
||||
scripts=['mtk','stage2'],
|
||||
data_files = ['LICENSE','README.md'],
|
||||
|
|
Loading…
Reference in a new issue