forked from sunbenxin/oscm
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (32 loc) · 796 Bytes
/
pyproject.toml
File metadata and controls
38 lines (32 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "netkiller-devops"
version = "0.7.14"
authors = [
{ name = "Neo", email = "netkiller@msn.com" },
]
description = "DevOps of useful deployment and automation"
readme = "README.md"
requires-python = ">=3.12"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
dependencies = [
"ruamel.yaml",
"requests",
"redis",
"pyttsx3",
"simple_term_menu",
"prompt_toolkit",
]
[project.urls]
Homepage = "https://www.netkiller.cn"
Issues = "https://github.com/netkiller/netkiller-devops/issues"
#[project.scripts]
#gantt = "netkiller.gantt:main"
#mindmap = "netkiller.mindmap:main"