diff --git a/pyproject.toml b/pyproject.toml index 1fdcf59ef5e05e78de9420ea5f9dc16ad493d8a1..84364bf7f24feb3ec310bda7f7b0fd89f4ecb5ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ build-backend = "setuptools.build_meta" # SETUPTOOLS [tool.setuptools] [tool.setuptools.packages.find] -where = ["aidge_core"] # list of folders that contain the packages (["."] by default) +where = ["."] # list of folders that contain the packages (["."] by default) include = ["aidge_core*" , "aidge_core.aidge_export_aidge*", "aidge_core.aidge_export_aidge.utils"] # package names should match these glob patterns (["*"] by default) exclude = ["aidge_core.unit_tests*"] # exclude packages matching these glob patterns (empty by default)