2 Star 0 Fork 0

mirrors_Meituan-Dianping/lyrebird-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
from setuptools import setup
import os
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'README.md'), encoding='utf-8') as f:
long_description = f.read()
setup(
name='lyrebird-ios',
version='0.3.12',
packages=['lyrebird_ios'],
url='https://github.com/meituan/lyrebird-ios',
author='HBQA',
long_description=long_description,
long_description_content_type="text/markdown",
include_package_data=True,
zip_safe=False,
classifiers=(
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS",
),
entry_points={
'lyrebird_plugin': [
'ios = lyrebird_ios.manifest'
]
},
install_requires=[
'lyrebird>=2.10.3',
'facebook-wda==1.4.3',
'tidevice==0.6.12'
],
extras_require={
'dev': [
"autopep8",
"pylint",
"pytest"
]
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_Meituan-Dianping/lyrebird-ios.git
git@gitee.com:mirrors_Meituan-Dianping/lyrebird-ios.git
mirrors_Meituan-Dianping
lyrebird-ios
lyrebird-ios
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385