-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (29 loc) · 934 Bytes
/
pyproject.toml
File metadata and controls
30 lines (29 loc) · 934 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
[project]
name = "kcare-scripts"
version = "1.0"
description = "KernelCare compatibility checking and kernel analysis scripts"
readme = "README.md"
requires-python = ">=3.9"
dependencies = []
authors = [
{name = "Igor Seletskiy", email = "i@kernelcare.com"}
]
maintainers = [
{name = "Igor Seletskiy", email = "i@kernelcare.com"},
{name = "Rinat Sabitov", email = "rsabitov@cloudlinux.com"}
]
license = {text = "Apache-2.0"}
keywords = ["kernel", "kernelcare", "compatibility", "linux", "security"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Apache Software License",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Topic :: System :: Operating System Kernels :: Linux",
"Topic :: System :: Systems Administration",
]
[dependency-groups]
dev = [
"pytest>=8.4.1",
]