diff options
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 8 |
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 |