summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-03-27 11:15:47 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-03-27 11:15:47 +0000
commit914bb15da83d0217f8162fbc2c599ec3f7e36b77 (patch)
tree22f67a5db33a9bb36aa342b1341ad0e7962d5925 /setup.py
parenta2ac985620c7c681861cd856068f57d272d9d03f (diff)
downloadnumpy-914bb15da83d0217f8162fbc2c599ec3f7e36b77.tar.gz
Mention that version.py file is now generated.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 92745a7a7..9ced0869f 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,8 @@ __builtin__.__NUMPY_SETUP__ = True
def write_version_py(filename='numpy/version.py'):
cnt = """
-short_version='%(version)s'
+# THIS FILE IS GENERATED FROM NUMPY SETUP.PY
+Short_version='%(version)s'
version='%(version)s'
release=%(isrelease)s