diff options
author | mattip <matti.picus@gmail.com> | 2019-11-20 22:10:15 -0800 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-21 16:47:30 -0800 |
commit | c63f8119afb65e30f837ab7198776854bb92b9b2 (patch) | |
tree | 43edc285581e86f232bd0b7143dda942f2635cfc /numpy/random/setup.py | |
parent | 5923592155fa9301dfbdcc2b2b92972ea796dcc4 (diff) | |
download | numpy-c63f8119afb65e30f837ab7198776854bb92b9b2.tar.gz |
DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r-- | numpy/random/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py index 776a018bc..64e1b5b92 100644 --- a/numpy/random/setup.py +++ b/numpy/random/setup.py @@ -125,6 +125,7 @@ def configuration(parent_package='', top_path=None): depends=['mtrand.pyx'], define_macros=defs + LEGACY_DEFS, ) + config.add_data_files('__init__.pxd') return config |