diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-10-05 07:28:03 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-10-05 07:28:03 +0000 |
commit | 2d40d9e98c57824edd7f9130d9036fb9115bc70d (patch) | |
tree | bfd39d19a6d96344a555eafb522ee4ce3bd74e37 /MANIFEST.in | |
parent | 77ec6f047995d7a473523feb4fc2a93b537d51c3 (diff) | |
download | numpy-2d40d9e98c57824edd7f9130d9036fb9115bc70d.tar.gz |
Moved inclusion of files from MANIFEST.in to proper setup.py files.
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 |