diff options
author | David Cournapeau <cournape@gmail.com> | 2008-07-28 02:29:13 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-07-28 02:29:13 +0000 |
commit | ae80bef6aaf80d54f8f2d37f3327fbb6009b1ba3 (patch) | |
tree | 9d4bc9c43e612c7676171c6eae920317f52880ea /MANIFEST.in | |
parent | 8a946f60dfb7b3936c3aea98dfcfcdf3c986a702 (diff) | |
download | numpy-ae80bef6aaf80d54f8f2d37f3327fbb6009b1ba3.tar.gz |
Fixing MANIFEST.in on win32.
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 93782a63c..93ac0441e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -10,4 +10,4 @@ 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 -recursive-include numpy/ SConstruct +recursive-include numpy SConstruct |