diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-02-08 10:54:01 +0000 |
commit | c66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch) | |
tree | 55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/lib/setupscons.py | |
parent | 0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff) | |
download | numpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz |
ran reindent
Diffstat (limited to 'numpy/lib/setupscons.py')
-rw-r--r-- | numpy/lib/setupscons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/setupscons.py b/numpy/lib/setupscons.py index ab0c304d3..4f31f6e8a 100644 --- a/numpy/lib/setupscons.py +++ b/numpy/lib/setupscons.py @@ -5,7 +5,7 @@ def configuration(parent_package='',top_path=None): config = Configuration('lib',parent_package,top_path) - config.add_sconscript('SConstruct', + config.add_sconscript('SConstruct', source_files = [join('src', '_compiled_base.c')]) config.add_data_dir('tests') |