summaryrefslogtreecommitdiff
path: root/scipy/weave/setup.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-12-26 07:49:25 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-12-26 07:49:25 +0000
commita1d00598a3a406e965cd3e07a6ebf95e4c50198b (patch)
tree069b66cab8bd31be325de284bbb8603595271a11 /scipy/weave/setup.py
parent36e55fb0bfd3f55f2ece8cbf68a7b912df6de9e6 (diff)
downloadnumpy-a1d00598a3a406e965cd3e07a6ebf95e4c50198b.tar.gz
Renamed scipy.test module to scipy.testing. Clean up testing.
Diffstat (limited to 'scipy/weave/setup.py')
-rwxr-xr-xscipy/weave/setup.py2
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())