diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-08-29 10:55:15 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-08-29 11:00:36 -0600 |
commit | 42aa77ff622fbcf7604a7842babb2c3a9961209a (patch) | |
tree | 816d7369b7560f7db1b851dd7b6dd641ded6fcb3 /numpy/lib/setup.py | |
parent | bbb7c3fbcdc2ddfcf79317661be2b99b1f6617e3 (diff) | |
download | numpy-42aa77ff622fbcf7604a7842babb2c3a9961209a.tar.gz |
MAINT: Remove references to missing files from install.
The following directories and files have been moved or deleted
numpy/lib/benchmarks
numpy/f2py/docs
numpy/f2py/f2py.1
This PR removes references to them from the relevant setup.py files.
Closes #5010.
Diffstat (limited to 'numpy/lib/setup.py')
-rw-r--r-- | numpy/lib/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/lib/setup.py b/numpy/lib/setup.py index 68d99c33a..62d1dfbb8 100644 --- a/numpy/lib/setup.py +++ b/numpy/lib/setup.py @@ -13,7 +13,6 @@ def configuration(parent_package='',top_path=None): sources=[join('src', '_compiled_base.c')] ) - config.add_data_dir('benchmarks') config.add_data_dir('tests') return config |