From b12c3faaea2fd595c820c67a06ef3af97a62ab3b Mon Sep 17 00:00:00 2001 From: Dinar Date: Wed, 8 Apr 2026 01:00:25 +0300 Subject: [PATCH] pyproject.toml supplemented --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8f4978b..1f466df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,3 +37,6 @@ target-version = "py311" [tool.ruff.lint] select = ["E", "F", "I", "UP", "B"] + +[tool.setuptools] +packages = ["sdk", "core", "adapter"] \ No newline at end of file