15 Star 52 Fork 14

泰斯特 / Pic-Diff-Recognizer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 742 Bytes
一键复制 编辑 原始数据 按行查看 历史
邵煜懿 提交于 2020-07-09 17:27 . setup.py
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="pic-diff-recognizer",
version="1.0.1",
author="Yuyi Shao",
author_email="523314409@qq.com",
description="Selenium plugin library based on image difference recognition and page intelligent exploration",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/amazingTest/Pic-Diff-Recognizer",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",
],
)
Python
1
https://gitee.com/amazingTest/Pic-Diff-Recognizer.git
git@gitee.com:amazingTest/Pic-Diff-Recognizer.git
amazingTest
Pic-Diff-Recognizer
Pic-Diff-Recognizer
master

搜索帮助