summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-09-28 00:14:34 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-09-28 00:14:34 +0000
commit0ba15d5181c6d70cdc354d7bebfa886107e142f4 (patch)
treed11cf6eba9b442cea727073728c4f2f277e76086 /MANIFEST.in
parent421cd80e81ad7b65c454296e7d457bdaa166669f (diff)
downloadnumpy-0ba15d5181c6d70cdc354d7bebfa886107e142f4.tar.gz
Getting ready to release beta.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
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
+