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