where=["."]# list of folders that contain the packages (["."] by default)
include=["aidge_core*"]# package names should match these glob patterns (["*"] by default)
where=["aidge_core"]# 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)
namespaces=false# to disable scanning PEP 420 namespaces (true by default)