1 Star 0 Fork 0

kevin/confluent-docker-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 663 Bytes
一键复制 编辑 原始数据 按行查看 历史
Confluent Jenkins Bot 提交于 2021-10-21 09:49 +08:00 . Publish version 0.0.49
from setuptools import setup
setup(
name='confluent-docker-utils',
version='0.0.49',
author="Confluent, Inc.",
author_email="partner-support@confluent.io",
description='Common utils for Docker image sanity tests',
url="https://github.com/confluentinc/confluent-docker-utils",
install_requires=open('requirements.txt').read(),
packages=['confluent'],
include_package_data=True,
python_requires='>=3.6',
setup_requires=['setuptools-git'],
entry_points={
"console_scripts": [
"cub = confluent.docker_utils.cub:main",
"dub = confluent.docker_utils.dub:main",
]
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kevin_789/confluent-docker-utils.git
git@gitee.com:kevin_789/confluent-docker-utils.git
kevin_789
confluent-docker-utils
confluent-docker-utils
master

搜索帮助