Skip to content

Commit

Permalink
MISC: warn about numscons scripts being deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Aug 28, 2011
1 parent a458b11 commit 322c67e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setupscons.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
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
Expand Down

0 comments on commit 322c67e

Please sign in to comment.