From e8c9f994231148d42cfc43bce22431dcc6992c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Fri, 6 Sep 2024 16:12:03 +0200 Subject: [PATCH] chore : cleanup aidge_core exclude pkg list --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b82075998..cc0a43c83 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 -- GitLab