From b2915c3987f726510a1d1dbfbd37f80a2ded94ab Mon Sep 17 00:00:00 2001 From: zosimovaa Date: Sat, 2 May 2026 23:45:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D0=B0=D1=8F=20=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D1=81=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c41bd21..b78dd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "plba" -version = "0.3.14" +version = "0.3.15" description = "Platform runtime for business applications" readme = "README.md" requires-python = ">=3.11" @@ -15,7 +15,7 @@ dependencies = [ "python-multipart>=0.0.9", "uvicorn>=0.41.0", ] - + [tool.setuptools.packages.find] where = ["src"]