summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/array_from_pyobj/setup.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2007-05-11 12:50:42 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2007-05-11 12:50:42 +0000
commitcc7d893022611e0033fa2bea1c790eb39ba5769a (patch)
treefdffded15ae0de851b58b8e6d1c25870d41db689 /numpy/f2py/tests/array_from_pyobj/setup.py
parent3757ca12afa8b89e92e16b6814eb1888611b4db0 (diff)
downloadnumpy-cc7d893022611e0033fa2bea1c790eb39ba5769a.tar.gz
Clean up setup() calls.
Diffstat (limited to 'numpy/f2py/tests/array_from_pyobj/setup.py')
-rw-r--r--numpy/f2py/tests/array_from_pyobj/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/array_from_pyobj/setup.py b/numpy/f2py/tests/array_from_pyobj/setup.py
index bcb083180..520e3dd94 100644
--- a/numpy/f2py/tests/array_from_pyobj/setup.py
+++ b/numpy/f2py/tests/array_from_pyobj/setup.py
@@ -22,4 +22,4 @@ def configuration(parent_name='',top_path=None):
if __name__ == "__main__":
from numpy.distutils.core import setup
- setup(**configuration(top_path='').todict())
+ setup(configuration=configuration)