From e75d46321ec374be110578e44101e4b7a2364510 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 29 Mar 2024 07:47:27 +0100 Subject: [PATCH] Exclude user_data --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc033f5ad..f7a244c8b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ zip-safe = false [tool.setuptools.packages.find] where = ["."] include = ["freqtrade*"] -exclude = ["tests", "tests.*"] +exclude = ["tests", "tests.*", "user_data", "user_data*"] namespaces = true [tool.setuptools.dynamic]