Ai
1 Star 0 Fork 0

EdgexFoundry/edgex-taf-common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 445 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cherry Wang 提交于 2021-07-02 17:01 +08:00 . Remove version from setup.py
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
setuptools.setup(
name="edgex-taf-common",
description="EdgeX Test Automation Framework Common ",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/edgexfoundry/edgex-taf-common",
packages=setuptools.find_packages(),
python_requires='>=3.6',
license='Apache License'
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/EdgexFoundry/edgex-taf-common.git
git@gitee.com:EdgexFoundry/edgex-taf-common.git
EdgexFoundry
edgex-taf-common
edgex-taf-common
main

搜索帮助