summaryrefslogtreecommitdiff
path: root/weave/setup_weave.py
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-01-29 18:24:01 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-01-29 18:24:01 +0000
commit2974e97c9f4c6b4f5280950ea9d77b81711ecf2c (patch)
tree7788a387012d9cca59cc098170fc27fc5f2dc5a6 /weave/setup_weave.py
parentba85fbb3f0b7de0413d18bbaf018c26e7623ee08 (diff)
downloadnumpy-2974e97c9f4c6b4f5280950ea9d77b81711ecf2c.tar.gz
Fixed version numbers.
Diffstat (limited to 'weave/setup_weave.py')
-rwxr-xr-xweave/setup_weave.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/weave/setup_weave.py b/weave/setup_weave.py
index fd2dca3ed..3709c2075 100755
--- a/weave/setup_weave.py
+++ b/weave/setup_weave.py
@@ -50,7 +50,8 @@ def configuration(parent_package='',parent_path=None):
if __name__ == '__main__':
from scipy_distutils.core import setup
- setup(version = "0.3.0",
+ from weave_version import weave_version
+ setup(version = weave_version,
description = "Tools for inlining C/C++ in Python",
author = "Eric Jones",
author_email = "eric@enthought.com",