diff options
author | David Cournapeau <cournape@gmail.com> | 2011-08-28 00:12:25 +0200 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:28 +0200 |
commit | 322c67e5df62284b2cb5b2095e6f45e2733f009a (patch) | |
tree | 311814b170d47614cd6e1a4319f829b0ae104b53 /setupscons.py | |
parent | a458b11b168ba122da94a45aa0e58f2156fe38c8 (diff) | |
download | numpy-322c67e5df62284b2cb5b2095e6f45e2733f009a.tar.gz |
MISC: warn about numscons scripts being deprecated.
Diffstat (limited to 'setupscons.py')
-rwxr-xr-x | setupscons.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setupscons.py b/setupscons.py index ff5c53990..a7cd91a2f 100755 --- a/setupscons.py +++ b/setupscons.py @@ -18,6 +18,11 @@ DOCLINES = __doc__.split("\n") import __builtin__ import os import sys +import warnings + +warnings.warn("""\ +Numscons scripts are being deprecated - most of numscons features should now be +supported by bento""") CLASSIFIERS = """\ Development Status :: 4 - Beta |