diff --git a/pyproject.toml b/pyproject.toml index b820759982252b69790cde89c500e3b11f9a52da..cc0a43c83394a2dd61ae4f99572bd902eb724c9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,8 +36,10 @@ include = [ # package names should match these glob patterns (["*"] by default) "aidge_core*" ] exclude = [ # exclude packages matching these glob patterns (empty by default) - "aidge_core.unit_tests", - "aidge_core.unit_tests.static" + ".unit_tests", + ".unit_tests.static", + ".aidge_export_aidge.__pycache__", + ".aidge_export_aidge.utils.__pycache__", ] # SETUPTOOLS_SCM