diff options
author | Ilan Schnell <ilan@enthought.com> | 2009-11-19 01:24:13 +0000 |
---|---|---|
committer | Ilan Schnell <ilan@enthought.com> | 2009-11-19 01:24:13 +0000 |
commit | d4d65a38cdccd298e6cc1c7b1512e62ee7265adb (patch) | |
tree | 1332d08bdb9e6e62abbd0156768199729557e542 /MANIFEST.in | |
parent | 71c4ff95ca381756cda98bcbb0ac7f11c212d600 (diff) | |
download | numpy-d4d65a38cdccd298e6cc1c7b1512e62ee7265adb.tar.gz |
updating manifest such that python setup.py sdist produces a tarball from which one can build
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 355287106..c33aa3215 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,10 +6,11 @@ include MANIFEST.in include LICENSE.txt include setupscons.py +include setupsconsegg.py include setupegg.py # Adding scons build related files not found by distutils -recursive-include numpy/core/code_generators *.py -include numpy/core/include/numpy/numpyconfig.h.in +recursive-include numpy/core/code_generators *.py *.txt +recursive-include numpy/core *.in *.h 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 |