diff options
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()) |