diff --git a/pyproject.toml b/pyproject.toml index 13766509f..302a9114f 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.*", "examples/notebooks/*.ipynb"] [tool.ruff] line-length = 160