numpy.distutils.misc_util.Configuration.add_include_dirs

Configuration.add_include_dirs(*paths)

Add paths to configuration include directories.

Add the given sequence of paths to the beginning of the include_dirs list. This list will be visible to all extension modules of the current package.

This Page