summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-10-05 07:07:39 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-10-05 07:07:39 +0000
commit77ec6f047995d7a473523feb4fc2a93b537d51c3 (patch)
treee0e86e5c4a90b249f82fc5196e9a26af9a0e23df /MANIFEST.in
parentb4a71a6b8025fd4822a49166e051fc16563fc54d (diff)
downloadpython-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.in3
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