You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where = ["src"] # list of folders that contain the packages (["."] by default)
50
50
include = ["*"] # package names should match these glob patterns (["*"] by default)
51
-
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)namespaces = false # to disable scanning PEP 420 namespaces (true by default)
51
+
exclude = ["diffpy.labpdfproc.tests*"] # exclude packages matching these glob patterns (empty by default)
52
+
namespaces = false# to disable scanning PEP 420 namespaces (true by default)
0 commit comments