diff options
author | Travis Oliphant <oliphant@enthought.com> | 2005-09-28 00:14:34 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2005-09-28 00:14:34 +0000 |
commit | 0ba15d5181c6d70cdc354d7bebfa886107e142f4 (patch) | |
tree | d11cf6eba9b442cea727073728c4f2f277e76086 /MANIFEST.in | |
parent | 421cd80e81ad7b65c454296e7d457bdaa166669f (diff) | |
download | numpy-0ba15d5181c6d70cdc354d7bebfa886107e142f4.tar.gz |
Getting ready to release beta.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 000000000..5c275cb38 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,11 @@ +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 + |