Files
router/pyproject.toml
2024-07-15 13:05:25 +03:00

18 lines
470 B
TOML

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