PHP 8.0.30
Preview: setup.py Size: 407 B
/opt/alt/python37/lib64/python3.7/site-packages/numpy/ma/setup.py

from __future__ import division, print_function

def configuration(parent_package='',top_path=None):
    from numpy.distutils.misc_util import Configuration
    config = Configuration('ma', parent_package, top_path)
    config.add_data_dir('tests')
    return config

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

Directory Contents

Dirs: 2 × Files: 9

Name Size Perms Modified Actions
tests DIR
- drwxr-xr-x 2023-05-13 02:18:14
Edit Download
- drwxr-xr-x 2023-05-13 02:18:14
Edit Download
4.78 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
248.93 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
54.63 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
26.78 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
407 B lrw-r--r-- 2023-04-24 19:30:09
Edit Download
10.13 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
15.23 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download
380 B lrw-r--r-- 2023-04-24 19:30:09
Edit Download
1.45 KB lrw-r--r-- 2023-04-24 19:30:09
Edit Download

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