From cc7d893022611e0033fa2bea1c790eb39ba5769a Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Fri, 11 May 2007 12:50:42 +0000 Subject: Clean up setup() calls. --- numpy/f2py/tests/array_from_pyobj/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/f2py/tests/array_from_pyobj/setup.py') 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) -- cgit v1.2.1