This commit is contained in:
2024-07-15 13:05:25 +03:00
parent aff8c9b58d
commit e23b933142
13 changed files with 184 additions and 212 deletions
+4 -2
View File
@@ -1,15 +1,17 @@
[project]
name = "router"
version ="0.1.0"
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 = ["documentation"]
keywords = ["broker", "router"]
dependencies = []