diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-01-14 20:55:56 -0700 |
commit | 3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb (patch) | |
tree | e4ab4532bc17fba3dead7191e4e8bd696436c6f7 /MANIFEST.in | |
parent | 8f37eccd23e140fa7cc06f35e8126df6cb19a67a (diff) | |
download | numpy-3af34a4b31e1f91a8b626c9d0b187f6aa8a034cb.tar.gz |
DEP: Remove more references to scons related files.
These references were in MANIFEST.in, doc/summarize.py, release.sh, and
numpy/testing/noseclasses.py and involved scons files that have been
removed, mostly setupscons.py and setupsconsegg.py that were in the top
level.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index e3c331628..cd9033d61 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,15 +6,12 @@ include MANIFEST.in include COMPATIBILITY include *.txt -include setupscons.py -include setupsconsegg.py include setupegg.py include site.cfg.example include tools/py3tool.py # Adding scons build related files not found by distutils 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 include doc/Makefile doc/postprocess.py |