1 Star 0 Fork 31

王光格/aops-ceres_unittest

forked from openEuler/aops-ceres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
rabbitali 提交于 2023-09-22 15:12 . add hotpatch plugin
# coding: utf-8
import sys
from setuptools import setup, find_packages
NAME = "aops-ceres"
VERSION = "1.3.2"
INSTALL_REQUIRES = ["jsonschema", "requests", "libconf", "concurrent_log_handler"]
setup(
name=NAME,
version=VERSION,
description="ApplicationTitle",
author_email="",
url="",
keywords=["A-Ops ceres"],
install_requires=INSTALL_REQUIRES,
packages=find_packages(),
data_files=[('/etc/aops', ['conf/ceres.conf']), ('/opt/aops', ['conf/register_example.json'])],
entry_points={'console_scripts': ['aops-ceres=ceres.__main__:main']},
long_description="""\
GroupDesc
""",
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang-guangge/aops-ceres_unittest.git
git@gitee.com:wang-guangge/aops-ceres_unittest.git
wang-guangge
aops-ceres_unittest
aops-ceres_unittest
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385