From 42aa77ff622fbcf7604a7842babb2c3a9961209a Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 29 Aug 2014 10:55:15 -0600 Subject: 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. --- numpy/lib/setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/lib/setup.py') 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 -- cgit v1.2.1