summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-05-30 06:09:29 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-05-30 06:09:29 +0000
commit3fbb8fc98ebd99f7d1c97e8d1a4c290ec2cdbabc (patch)
treeeb79a0c03927238948b5dd3f0244f81ccff18768 /MANIFEST.in
parent68bedef931f7a689ac5558e3a3e01f58c2e0e850 (diff)
downloadnumpy-3fbb8fc98ebd99f7d1c97e8d1a4c290ec2cdbabc.tar.gz
Forgot to include SConscript files as well as SConstruct in manifest template.
Diffstat (limited to 'MANIFEST.in')
-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