summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2011-04-02 13:23:30 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2011-04-02 19:59:58 +0200
commitb8101c94e26ee21d3bdc49270efe14924ca08078 (patch)
treeb70744dc62e6cc34412033d3ff04a16d6a61df58 /MANIFEST.in
parent250245d49a62d9f26e755f1ba7b213f8cab2008c (diff)
downloadnumpy-b8101c94e26ee21d3bdc49270efe14924ca08078.tar.gz
BLD: do not install swig/cython/pyrex files. See #1791.
This is not a complete fix yet. Should be handled correctly in binary installers.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 6f2e8025f..e3c331628 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -21,3 +21,6 @@ include doc/Makefile doc/postprocess.py
recursive-include doc/release *
recursive-include doc/source *
recursive-include doc/sphinxext *
+recursive-include doc/cython *
+recursive-include doc/pyrex *
+recursive-include doc/swig *