1 Star 0 Fork 6

Wuming/keentune_bench

forked from anolis/keentune_bench 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
runzhe.wrz 提交于 2024-02-02 11:53 . update to 2.4.1
# Copyright (c) 2021-2023 Alibaba Cloud Computing Ltd.
# SPDX-License-Identifier: MulanPSL-2.0
from setuptools import setup, find_packages
setup(
name = "keentune-bench",
version = "2.4.1",
description = "KeenTune bench unit",
url = "https://gitee.com/anolis/keentune_bench",
license = "MulanPSLv2",
packages = find_packages(exclude=["test"]),
package_data = {'bench': ['bench.conf']},
python_requires = '>=3.6',
long_description = "",
install_requires = ['tornado'],
classifiers = [
"Environment:: KeenTune",
"IntendedAudience :: Information Technology",
"IntendedAudience :: System Administrators",
"License :: OSI Approved :: MulanPSLv2",
"Operating System :: POSIX :: Linux",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.6",
"ProgrammingLanguage :: Python"
],
data_files = [
("/etc/keentune/bench", ["bench/bench.conf"]),
("/var/log/keentune",[]),
("/var/keentune/bench/scripts",[])
],
entry_points = {
'console_scripts': ['keentune-bench=bench.bench:main']
}
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dingpengs/keentune_bench.git
[email protected]:dingpengs/keentune_bench.git
dingpengs
keentune_bench
keentune_bench
master

搜索帮助