Files
router/pyproject.toml
T
2026-04-06 10:46:18 +03:00

19 lines
516 B
TOML

[project]
name = "router"
version ="0.3"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
description = "Маршрутизатор"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15"
]
keywords = ["broker", "router"]
dependencies = []