diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-12-29 22:31:47 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-12-29 22:31:47 +0000 |
commit | b7b5cba7dde80adcff280adaf58b02ea6d490427 (patch) | |
tree | 928664bfa362d5e340821488d255c7089498275e /MANIFEST.in | |
parent | 55a0865b70c49a693d406c0a661cc43827c13f1f (diff) | |
download | numpy-b7b5cba7dde80adcff280adaf58b02ea6d490427.tar.gz |
Added string initialization conversion to chararray.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 2f50bcdd5..5444b4b38 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,4 +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 +include scipy/base/tests/testdata.fits |