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