PHP 8.2.30
Preview: setup.py Size: 418 B
//proc/thread-self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/ma/setup.py

#!/usr/bin/env python3
def configuration(parent_package='',top_path=None):
    from numpy.distutils.misc_util import Configuration
    config = Configuration('ma', parent_package, top_path)
    config.add_subpackage('tests')
    config.add_data_files('*.pyi')
    return config

if __name__ == "__main__":
    from numpy.distutils.core import setup
    config = configuration(top_path='').todict()
    setup(**config)

Directory Contents

Dirs: 2 × Files: 11

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2026-02-06 08:01:08
Edit Download
- drwxr-xr-x 2026-02-06 08:07:28
Edit Download
271.51 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
13.97 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
62.87 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
2.58 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
26.59 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.89 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
418 B lrw-r--r-- 2026-01-20 13:01:48
Edit Download
10.00 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
15.29 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
1.37 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download
5.92 KB lrw-r--r-- 2026-01-20 13:01:48
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).