diff --git a/pyproject.toml b/pyproject.toml index 3806fee56..3a220e541 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.*"] +exclude = ["tests", "tests.*", "*.ipynb"] [tool.ruff] line-length = 160