MCPcopy Create free account
hub / github.com/numpy/numpy / setup.py

File setup.py

numpy/_typing/setup.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def configuration(parent_package='', top_path=None):
2 from numpy.distutils.misc_util import Configuration
3 config = Configuration('_typing', parent_package, top_path)
4 config.add_data_files('*.pyi')

Callers

nothing calls this directly

Calls 1

setupFunction · 0.90

Tested by

no test coverage detected