summaryrefslogtreecommitdiff
path: root/numpy/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/setup.py')
-rw-r--r--numpy/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/setup.py b/numpy/setup.py
index b01940edd..7a52bd0f9 100644
--- a/numpy/setup.py
+++ b/numpy/setup.py
@@ -13,7 +13,7 @@ def configuration(parent_package='',top_path=None):
config.add_subpackage('linalg')
config.add_subpackage('random')
config.add_data_dir('doc')
- config.make_config_py(name='__core_config__') # installs __core_config__.py
+ config.make_config_py() # installs __config__.py
return config.todict()