diff options
author | mattip <matti.picus@gmail.com> | 2019-11-19 22:23:00 -0800 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-11-19 22:23:00 -0800 |
commit | 521ea22552297345680c426c0204b17b644e6bd0 (patch) | |
tree | 883cc4a161230acc71692c71ff5fc69a98ffed35 /numpy/random/setup.py | |
parent | 7d75171c4e6fbb2ed0aebda10908a6a0b01d0c7e (diff) | |
download | numpy-521ea22552297345680c426c0204b17b644e6bd0.tar.gz |
MAINT: move numpy/random/examples -> numpy/random/_examples
Diffstat (limited to 'numpy/random/setup.py')
-rw-r--r-- | numpy/random/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/setup.py b/numpy/random/setup.py index 93d5144ea..776a018bc 100644 --- a/numpy/random/setup.py +++ b/numpy/random/setup.py @@ -34,7 +34,7 @@ def configuration(parent_package='', top_path=None): defs.append(('NPY_NO_DEPRECATED_API', 0)) config.add_data_dir('tests') - config.add_data_dir('examples') + config.add_data_dir('_examples') EXTRA_LINK_ARGS = [] # Math lib |