summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPearu Peterson <pearu.peterson@gmail.com>2005-10-05 07:28:03 +0000
committerPearu Peterson <pearu.peterson@gmail.com>2005-10-05 07:28:03 +0000
commit2d40d9e98c57824edd7f9130d9036fb9115bc70d (patch)
treebfd39d19a6d96344a555eafb522ee4ce3bd74e37 /MANIFEST.in
parent77ec6f047995d7a473523feb4fc2a93b537d51c3 (diff)
downloadnumpy-2d40d9e98c57824edd7f9130d9036fb9115bc70d.tar.gz
Moved inclusion of files from MANIFEST.in to proper setup.py files.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 9b350277b..67d6fcbb8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,7 +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
+#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