Compare commits

...

2 Commits

Author SHA1 Message Date
alex 8789fcc0d1 INF-2 Новая версия 2026-05-02 23:45:20 +03:00
alex b2915c3987 Новая версия 2026-05-02 23:45:00 +03:00
+2 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "plba" name = "plba"
version = "0.3.14" version = "0.3.16"
description = "Platform runtime for business applications" description = "Platform runtime for business applications"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"
@@ -15,7 +15,7 @@ dependencies = [
"python-multipart>=0.0.9", "python-multipart>=0.0.9",
"uvicorn>=0.41.0", "uvicorn>=0.41.0",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]
where = ["src"] where = ["src"]