summaryrefslogtreecommitdiff
path: root/scipy/base/setup.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-10-08 21:34:40 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-10-08 21:34:40 +0000
commit747d81f9f90d8fd1b98afa7173d243ef78881ae7 (patch)
tree34068089e0acb5617e5e60e93f098f247c014aff /scipy/base/setup.py
parent92af93ffa41e2007cc9919d165bad0b652b2bdcf (diff)
downloadnumpy-747d81f9f90d8fd1b98afa7173d243ef78881ae7.tar.gz
Fixed typo and moved __svn_version__ for core
Diffstat (limited to 'scipy/base/setup.py')
-rw-r--r--scipy/base/setup.py1
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