diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-25 06:22:24 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-25 06:22:24 +0000 |
commit | d695a4d502ba9986192cb744c9713926bd5f04cc (patch) | |
tree | 3734b8a2df75d084ae55c6da611b1afeb73ef425 /scipy/base/setup.py | |
parent | 221b99978c1e941cdda6588f8a4d9fdfdfd67013 (diff) | |
download | numpy-d695a4d502ba9986192cb744c9713926bd5f04cc.tar.gz |
Diffstat (limited to 'scipy/base/setup.py')
-rw-r--r-- | scipy/base/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/setup.py b/scipy/base/setup.py index e1bcdd01d..ecd8c013b 100644 --- a/scipy/base/setup.py +++ b/scipy/base/setup.py @@ -8,6 +8,7 @@ from distutils.dep_util import newer,newer_group from scipy.distutils.command.build import build + def configuration(parent_package='',top_path=None): config = Configuration('base',parent_package,top_path) local_dir = config.local_path |