diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-10-05 07:07:39 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-10-05 07:07:39 +0000 |
commit | 77ec6f047995d7a473523feb4fc2a93b537d51c3 (patch) | |
tree | e0e86e5c4a90b249f82fc5196e9a26af9a0e23df /MANIFEST.in | |
parent | b4a71a6b8025fd4822a49166e051fc16563fc54d (diff) | |
download | python-numpy-77ec6f047995d7a473523feb4fc2a93b537d51c3.tar.gz python-numpy-77ec6f047995d7a473523feb4fc2a93b537d51c3.tar.bz2 python-numpy-77ec6f047995d7a473523feb4fc2a93b537d51c3.zip |
Fixed object put bug..
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index bae84d05a..9b350277b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,7 @@ include MANIFEST.in #recursive-include scipy/f2py2e/tests/mixed *.f *.f90 ##recursive-include scipy/f2py2e/doc *.py *.txt *.tex *.html Makefile #recursive-include scipy/f2py2e/docs *.txt *.html *.dat *.f *.f90 *.pyf setup_example.py f2py_style.css +include scipy/corelib/blasdot/cblas.h recursive-include scipy/corelib/mtrand *.c *.h *.pyx *.pxi prune scipy/base/include/scipy -recursive-include scipy/base/include/scipy *object.h
\ No newline at end of file +recursive-include scipy/base/include/scipy *object.h |