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/f2py/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/f2py/setup.py')
-rw-r--r-- | numpy/f2py/setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/numpy/f2py/setup.py b/numpy/f2py/setup.py index 2f1fd6a01..3c6140b53 100644 --- a/numpy/f2py/setup.py +++ b/numpy/f2py/setup.py @@ -32,12 +32,10 @@ from __version__ import version def configuration(parent_package='',top_path=None): config = Configuration('f2py', parent_package, top_path) - config.add_data_dir('docs') config.add_data_dir('tests') config.add_data_files('src/fortranobject.c', 'src/fortranobject.h', - 'f2py.1' ) config.make_svn_version_py() |