summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-04-23 09:44:26 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-04-23 09:44:26 +0000
commit3063ef66633bb5c029b30791a2ca2cb09a692c91 (patch)
tree6e2ca85ef7639c258a0c565983dc135fae90964a /MANIFEST.in
parent5e879e5438cbd1338b89fd6224844289ed80bad4 (diff)
downloadnumpy-3063ef66633bb5c029b30791a2ca2cb09a692c91.tar.gz
Add some files in MANIFEST.in which cannot be picked up by distutils.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0890b4f43..dfab38ebb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,3 +5,10 @@
#
include MANIFEST.in
include LICENSE.txt
+include setupscons.py
+include setupegg.py
+# Adding scons build relateed files not found by distutils
+include numpy/core/code_generators/__init__.py
+include numpy/core/include/numpy/numpyconfig.h.in
+include numpy/core/include
+recursive-include numpy/ SConstruct