summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRobert Kern <robert.kern@gmail.com>2005-09-28 02:56:52 +0000
committerRobert Kern <robert.kern@gmail.com>2005-09-28 02:56:52 +0000
commit2199334cfa7e3934bf81076510a84a73054ca868 (patch)
tree8765f3f63f0f2104231bdaf9b83811b50e3d88fc /MANIFEST.in
parent861df810553f700101e479ac298d0bec7ca194f1 (diff)
downloadnumpy-2199334cfa7e3934bf81076510a84a73054ca868.tar.gz
r3493@803638d6: kern | 2005-09-27 19:52:10 -0700
get_scipy_include() docs and fix; f2py updated to use get_scipy_include(); mtrand integration
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5c275cb38..ed18e0a10 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-recursive-include *.txt
+recursive-include . *.txt
include MANIFEST.in
include scipy/f2py2e/f2py.1
recursive-include scipy/f2py2e *.cfg
@@ -8,4 +8,6 @@ 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