summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-05-30 06:11:59 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-05-30 06:11:59 +0000
commit8ec88dd3b239eecb36588830c5e50352675114e2 (patch)
tree4a5b861f5c2667c1a26e781e26df3e3960c92186
parentfd2d054eea62f7497cc9b1036681ae5df79ef7a5 (diff)
downloadnumpy-8ec88dd3b239eecb36588830c5e50352675114e2.tar.gz
Forgot to include SConscript files as well as SConstruct in manifest template.
(cherry picked from commit 64182fe2cdc7c09c49f81ca6ab118c47d3e756a2)
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 176446485..69f94cb62 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,7 +10,7 @@ include setupegg.py
# Adding scons build relateed files not found by distutils
recursive-include numpy/core/code_generators *.py
include numpy/core/include/numpy/numpyconfig.h.in
-recursive-include numpy SConstruct
+recursive-include numpy SConstruct SConscript
# Add documentation: we don't use add_data_dir since we do not want to include
# this at installation, only for sdist-generated tarballs
include doc/Makefile doc/postprocess.py