diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-27 16:39:34 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-27 16:39:34 +0000 |
commit | 5864bd2297f23d627d10298b0c296df0e6be7dd0 (patch) | |
tree | 672e07b50c901d7496606806f95310793d9be205 /setup.py | |
parent | b60cd1424b82a9db8fd8ee1652a055b1c53503ba (diff) | |
download | numpy-5864bd2297f23d627d10298b0c296df0e6be7dd0.tar.gz |
... and re
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ import __builtin__ import subprocess import os import sys +import re CLASSIFIERS = """\ Development Status :: 5 - Production/Stable |