From 1a6dfdee5b8fabd30e1d63114bbcb8c098730dc1 Mon Sep 17 00:00:00 2001 From: vijay sharma Date: Sat, 24 Jan 2026 07:04:00 +0100 Subject: [PATCH] hj --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26b4c222f..5d1577ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,7 +146,7 @@ zip-safe = false [tool.setuptools.packages.find] where = ["."] -include = ["freqtrade*"] +include = ["freqtrade*", "adapters*"] exclude = ["tests", "tests.*", "user_data", "user_data*"] namespaces = true