diff options
author | cookedm <cookedm@localhost> | 2006-07-06 16:57:20 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-07-06 16:57:20 +0000 |
commit | 6782a92fd1a7625ee48f6b2946a7d7149ab28a77 (patch) | |
tree | 177a92f0673655b58b247e663477af06ac1192b6 /info.py | |
parent | 216f071ab060a6f08c22666aea33f7095f079d1e (diff) | |
download | numpy-6782a92fd1a7625ee48f6b2946a7d7149ab28a77.tar.gz |
Branch numpy.distutils to distutils-revamp
Diffstat (limited to 'info.py')
-rw-r--r-- | info.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/info.py b/info.py new file mode 100644 index 000000000..3d27a8092 --- /dev/null +++ b/info.py @@ -0,0 +1,5 @@ +""" +Enhanced distutils with Fortran compilers support and more. +""" + +postpone_import = True |