summaryrefslogtreecommitdiff
path: root/numpy/numarray/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/numarray/setup.py')
-rw-r--r--numpy/numarray/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/setup.py b/numpy/numarray/setup.py
index 056232d4b..c936400a1 100644
--- a/numpy/numarray/setup.py
+++ b/numpy/numarray/setup.py
@@ -15,4 +15,4 @@ def configuration(parent_package='',top_path=None):
if __name__ == '__main__':
from numpy.distutils.core import setup
- setup(**configuration(top_path='').todict())
+ setup(configuration=configuration)