diff options
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 |