X7ROOT File Manager
Current Path:
/opt/cloudlinux/venv/lib/python3.11/site-packages/numpy/ma
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
ma
/
ðŸ“
..
📄
__init__.py
(1.37 KB)
📄
__init__.pyi
(5.92 KB)
ðŸ“
__pycache__
📄
core.py
(271.51 KB)
📄
core.pyi
(13.97 KB)
📄
extras.py
(62.87 KB)
📄
extras.pyi
(2.58 KB)
📄
mrecords.py
(26.59 KB)
📄
mrecords.pyi
(1.89 KB)
📄
setup.py
(418 B)
ðŸ“
tests
📄
testutils.py
(10 KB)
📄
timer_comparison.py
(15.29 KB)
Editing: 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)
Upload File
Create Folder