2024-02-02 23:24:29 +03:00
|
|
|
[project]
|
|
|
|
|
name = "router"
|
2026-04-06 10:46:18 +03:00
|
|
|
version ="0.3"
|
2024-02-02 23:24:29 +03:00
|
|
|
authors = [
|
|
|
|
|
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
|
|
|
|
|
]
|
|
|
|
|
description = "Маршрутизатор"
|
|
|
|
|
requires-python = ">=3.10"
|
|
|
|
|
classifiers = [
|
2024-07-15 13:05:25 +03:00
|
|
|
"Programming Language :: Python",
|
|
|
|
|
"Programming Language :: Python :: 3",
|
2026-04-06 10:46:18 +03:00
|
|
|
"Programming Language :: Python :: 3.12",
|
|
|
|
|
"Programming Language :: Python :: 3.13",
|
|
|
|
|
"Programming Language :: Python :: 3.14",
|
|
|
|
|
"Programming Language :: Python :: 3.15"
|
2024-02-02 23:24:29 +03:00
|
|
|
]
|
2024-07-15 13:05:25 +03:00
|
|
|
keywords = ["broker", "router"]
|
2024-02-02 23:24:29 +03:00
|
|
|
dependencies = []
|