diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-08 21:34:40 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-08 21:34:40 +0000 |
commit | 747d81f9f90d8fd1b98afa7173d243ef78881ae7 (patch) | |
tree | 34068089e0acb5617e5e60e93f098f247c014aff /scipy/base/setup.py | |
parent | 92af93ffa41e2007cc9919d165bad0b652b2bdcf (diff) | |
download | numpy-747d81f9f90d8fd1b98afa7173d243ef78881ae7.tar.gz |
Fixed typo and moved __svn_version__ for core
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 2934b050d..a1455eb25 100644 --- a/scipy/base/setup.py +++ b/scipy/base/setup.py @@ -175,6 +175,7 @@ def configuration(parent_package='',top_path=None): ) config.add_data_dir('tests') + config.make_svn_version_py() return config |