6 Star 5 Fork 1

anolis / keenopt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 984 Bytes
一键复制 编辑 原始数据 按行查看 历史
runzhe.wrz 提交于 2024-02-02 11:48 . 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 = "keenopt",
version = "2.4.1",
description = "KeenTune optimization algorithm library",
url = "https://gitee.com/anolis/keenopt.git",
license = "MulanPSLv2",
packages = find_packages(exclude=["test"]),
python_requires = '>=3.6',
long_description = "",
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/keenopt", ["keenopt/keenopt.conf"]),
("/var/log/keentune",[])
],
)
Python
1
https://gitee.com/anolis/keenopt.git
git@gitee.com:anolis/keenopt.git
anolis
keenopt
keenopt
master

搜索帮助