Files
middleware/pyproject.toml

44 lines
1.2 KiB
TOML
Raw Normal View History

2024-09-26 09:46:41 +03:00
[project]
name = "middleware"
version ="0.1"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
maintainers = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = "Middleware"
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 = ["middleware"]
2024-09-27 11:36:53 +03:00
#dependencies = [
2024-09-26 09:46:41 +03:00
# "fabric",
# "dsl",
# "invoke",
# "jsonrpc@git+https://gitlab.com/RemiZOffAlex/jsonrpc",
# "validator@git+https://gitlab.com/RemiZOffAlex/validator",
2024-09-27 11:36:53 +03:00
#]
2024-09-26 09:46:41 +03:00
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[tool.flit.sdist]
include = []
exclude = []