diff options
author | David Cournapeau <cournape@gmail.com> | 2008-07-28 03:48:57 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-07-28 03:48:57 +0000 |
commit | 619ae0cf87612cfdcb17eec00a44798c23b2fe49 (patch) | |
tree | 471f39ec87dc170abd6d867fba2e4d051a280f04 /MANIFEST.in | |
parent | ae80bef6aaf80d54f8f2d37f3327fbb6009b1ba3 (diff) | |
download | numpy-619ae0cf87612cfdcb17eec00a44798c23b2fe49.tar.gz |
Add code-generator files in MANIFEST because distutils does not pick them up.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 93ac0441e..581a1d939 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,6 +8,6 @@ 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 +recursive-include numpy/core/code_generators *.py include numpy/core/include/numpy/numpyconfig.h.in recursive-include numpy SConstruct |