This commit is contained in:
2026-04-06 10:46:18 +03:00
parent e23b933142
commit 4bf4fa7fc1
8 changed files with 39 additions and 186 deletions
+5 -4
View File
@@ -1,6 +1,6 @@
[project]
name = "router"
version ="0.2"
version ="0.3"
authors = [
{ name="RemiZOffAlex", email="remizoffalex@gmail.com" },
]
@@ -9,9 +9,10 @@ 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"
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15"
]
keywords = ["broker", "router"]
dependencies = []