diff options
author | chanley <chanley@gmail.com> | 2005-12-29 16:00:17 +0000 |
---|---|---|
committer | chanley <chanley@gmail.com> | 2005-12-29 16:00:17 +0000 |
commit | d54955f3f535bf65eba8b3b7e22ff3d9212b5a82 (patch) | |
tree | 1abc4dba94e6cc13f53d0271b6fbb5068edee4d5 /MANIFEST.in | |
parent | 3e11aea4a60519e882ba0c2cde93b49321d31933 (diff) | |
download | numpy-d54955f3f535bf65eba8b3b7e22ff3d9212b5a82.tar.gz |
Added records unittest for fromfile method. Included file testdata.fits file for use in test.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 67d6fcbb8..2f50bcdd5 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,4 @@ include MANIFEST.in #recursive-include scipy/corelib/mtrand *.c *.h *.pyx *.pxi #prune scipy/base/include/scipy #recursive-include scipy/base/include/scipy *object.h +#include scipy/base/tests/testdata.fits |