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