From d50abd5afa6445ccd0c31794cf3a55031c1d40de Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Fri, 16 Aug 2024 10:58:14 +0000 Subject: [PATCH] fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3a220e541..13766509f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ include-package-data = true [tool.setuptools.packages.find] where = ["."] include = ["fedn*"] -exclude = ["tests", "tests.*", "*.ipynb"] +exclude = ["tests", "tests.*", "**/*.ipynb"] [tool.ruff] line-length = 160