diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:48:03 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-04 19:48:03 +0000 |
commit | bd7411ad7cbab12a53a7a3caf96924b2d03bd418 (patch) | |
tree | c1da752c610161aef0adda09f5a8b11aef313c3b /numpy/lib/setup.py | |
parent | a6eb1cb50cefa05f1727513c35cce4ccac2285e6 (diff) | |
download | numpy-bd7411ad7cbab12a53a7a3caf96924b2d03bd418.tar.gz |
More changes
Diffstat (limited to 'numpy/lib/setup.py')
-rw-r--r-- | numpy/lib/setup.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/lib/setup.py b/numpy/lib/setup.py index 7e3eeb030..f2ca221b2 100644 --- a/numpy/lib/setup.py +++ b/numpy/lib/setup.py @@ -16,10 +16,7 @@ def configuration(parent_package='',top_path=None): config.add_extension('_compiled_base', - sources=[join('src','_compiled_base.c'), - generate_config_h, - generate_array_api, - ], + sources=[join('src','_compiled_base.c')] ) config.add_data_dir('tests') |