This is documentation for an old release of NumPy (version 1.5.). Read this page in the documentation of the latest stable release (version > 1.17).

numpy.distutils.misc_util.Configuration.add_scripts

Configuration.add_scripts(*files)

Add scripts to configuration.

Add the sequence of files to the beginning of the scripts list. Scripts will be installed under the <prefix>/bin/ directory.

This Page