diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2007-05-11 12:50:42 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2007-05-11 12:50:42 +0000 |
commit | cc7d893022611e0033fa2bea1c790eb39ba5769a (patch) | |
tree | fdffded15ae0de851b58b8e6d1c25870d41db689 /numpy/testing/setup.py | |
parent | 3757ca12afa8b89e92e16b6814eb1888611b4db0 (diff) | |
download | numpy-cc7d893022611e0033fa2bea1c790eb39ba5769a.tar.gz |
Clean up setup() calls.
Diffstat (limited to 'numpy/testing/setup.py')
-rwxr-xr-x | numpy/testing/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/testing/setup.py b/numpy/testing/setup.py index e84dcb292..ad248d27f 100755 --- a/numpy/testing/setup.py +++ b/numpy/testing/setup.py @@ -12,5 +12,5 @@ if __name__ == '__main__': description = "NumPy test module", url = "http://www.numpy.org", license = "NumPy License (BSD Style)", - **configuration(top_path='').todict() + configuration = configuration, ) |