interaction/pyproject.toml
2024-09-27 12:16:37 +03:00

43 lines
1.2 KiB
TOML

[project]
name = "infector"
version ="0.1"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
maintainers = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = "infector - инсталлятор системы"
requires-python = ">=3.10"
classifiers = [
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Operating System :: POSIX :: Linux",
"Programming Language :: Formal",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
# "Topic :: Software Development :: Code Generators",
# "Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Libraries",
]
keywords = ["config", "configurator", "configuration management"]
dependencies = [
"pyyaml",
"pyroute2",
"npyscreen",
"middleware@git+https://codex.r10x.net/RemiZOffAlex/middleware",
]
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = []
exclude = []