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)
include=[# package names should match these glob patterns (["*"] by default)
"aidge_core*"
]
exclude=[# exclude packages matching these glob patterns (empty by default)