diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-12-26 07:49:25 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-12-26 07:49:25 +0000 |
commit | a1d00598a3a406e965cd3e07a6ebf95e4c50198b (patch) | |
tree | 069b66cab8bd31be325de284bbb8603595271a11 /scipy/weave/setup.py | |
parent | 36e55fb0bfd3f55f2ece8cbf68a7b912df6de9e6 (diff) | |
download | numpy-a1d00598a3a406e965cd3e07a6ebf95e4c50198b.tar.gz |
Renamed scipy.test module to scipy.testing. Clean up testing.
Diffstat (limited to 'scipy/weave/setup.py')
-rwxr-xr-x | scipy/weave/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/weave/setup.py b/scipy/weave/setup.py index 8117343f1..bda6e0a06 100755 --- a/scipy/weave/setup.py +++ b/scipy/weave/setup.py @@ -19,4 +19,4 @@ if __name__ == '__main__': author_email = "eric@enthought.com", licence = "SciPy License (BSD Style)", url = 'http://www.scipy.org', - **configuration(parent_path='').todict()) + **configuration(top_path='').todict()) |