diff options
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index a72d82841..6df82b3fa 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -925,8 +925,8 @@ def configuration(parent_package='',top_path=None): # custom rational dtype module # ####################################################################### - config.add_extension('rational', - sources = [join('src','umath', 'rational.c.src')]) + config.add_extension('test_rational', + sources = [join('src','umath', 'test_rational.c.src')]) ####################################################################### # multiarray_tests module # |