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"]