summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST.in3
-rwxr-xr-xdoc/summarize.py2
-rw-r--r--numpy/testing/noseclasses.py2
-rw-r--r--release.sh1
4 files changed, 1 insertions, 7 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
diff --git a/doc/summarize.py b/doc/summarize.py
index f1888e046..cfaec6f7a 100755
--- a/doc/summarize.py
+++ b/doc/summarize.py
@@ -31,7 +31,7 @@ int0 object0 unicode0 uint0 string_ string0 void0
flagsobj
-setup setupscons PackageLoader
+setup PackageLoader
lib.scimath.arccos lib.scimath.arcsin lib.scimath.arccosh lib.scimath.arcsinh
lib.scimath.arctanh lib.scimath.log lib.scimath.log2 lib.scimath.log10
diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py
index 2fec800ac..5152bdd60 100644
--- a/numpy/testing/noseclasses.py
+++ b/numpy/testing/noseclasses.py
@@ -165,8 +165,6 @@ class NumpyDoctest(npd.Doctest):
# files that should be ignored for doctests
doctest_ignore = ['generate_numpy_api.py',
- 'scons_support.py',
- 'setupscons.py',
'setup.py']
# Custom classes; class variables to allow subclassing
diff --git a/release.sh b/release.sh
index 6f46290eb..b9a63c79b 100644
--- a/release.sh
+++ b/release.sh
@@ -28,7 +28,6 @@ fi
# bootstrap needed to ensure we build the docs from the right scipy version
paver bootstrap
source bootstrap/bin/activate
-python setupsconsegg.py install
# build pdf docs
paver pdf