diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2005-09-29 22:49:01 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2005-09-29 22:49:01 +0000 |
commit | dfcf45c283964eeaa95422ea46ec0a9b5c965f7e (patch) | |
tree | e9b0abc14fbb5f3c571532b7430c8a3be1baa42f /MANIFEST.in | |
parent | 615d81479b16a7b2c057fb0ce93c690f3ccd99f4 (diff) | |
download | numpy-dfcf45c283964eeaa95422ea46ec0a9b5c965f7e.tar.gz |
Added f2py2e as scipy.f2py, improved scipy.distutils, fixed setup.py files, etc
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ed18e0a10..bae84d05a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,13 +1,13 @@ recursive-include . *.txt include MANIFEST.in -include scipy/f2py2e/f2py.1 -recursive-include scipy/f2py2e *.cfg -recursive-include scipy/f2py2e *.py -recursive-include scipy/f2py2e/src fortranobject.c fortranobject.h -recursive-include scipy/f2py2e/tests *.py -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/f2py2e/f2py.1 +#recursive-include scipy/f2py2e *.cfg +#recursive-include scipy/f2py2e *.py +#recursive-include scipy/f2py2e/src fortranobject.c fortranobject.h +#recursive-include scipy/f2py2e/tests *.py +#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 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 |