1 Star 0 Fork 0

刘煜/cvzone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
Murtaza Hassan 提交于 2023-09-08 02:28 +08:00 . Major Clean UP
from distutils.core import setup
setup(
name='cvzone',
packages=['cvzone'],
version='1.6',
license='MIT',
description='Computer Vision Helping Library',
author='Computer Vision Zone',
author_email='contact@computervision.zone',
url='https://github.com/cvzone/cvzone.git',
keywords=['ComputerVision', 'HandTracking', 'FaceTracking', 'PoseEstimation'],
install_requires=[
'opencv-python',
'numpy'
],
python_requires='>=3.6', # Requires any version >= 3.6
classifiers=[
'Development Status :: 3 - Alpha',
# Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3', # Specify which pyhton versions that you want to support
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tinytaro/cvzone.git
git@gitee.com:tinytaro/cvzone.git
tinytaro
cvzone
cvzone
master

搜索帮助