summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-09-21 15:17:40 -0600
committerGitHub <noreply@github.com>2019-09-21 15:17:40 -0600
commit2d1bc73d667ae6ac425cfd05a85d3727b0570115 (patch)
tree40be95480f27d218734c29af06d8db0134f7869d
parent759445543e7bb915f361d84660c2b92e4e04c384 (diff)
parent928c759a8a21677ad334f2ca8c5f9af19dd06ecc (diff)
downloadnumpy-2d1bc73d667ae6ac425cfd05a85d3727b0570115.tar.gz
Merge pull request #14570 from mattip/fix-build_src-import
BUG: importing build_src breaks setuptools monkeypatch for msvc14
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f778d7409..26ccbf933 100755
--- a/setup.py
+++ b/setup.py
@@ -215,7 +215,6 @@ class concat_license_files():
from distutils.command.sdist import sdist
-from numpy.distutils.command.build_src import build_src
class sdist_checked(sdist):
""" check submodules on sdist to prevent incomplete tarballs """
def run(self):
@@ -405,7 +404,6 @@ def setup_package():
platforms = ["Windows", "Linux", "Solaris", "Mac OS-X", "Unix"],
test_suite='nose.collector',
cmdclass={"sdist": sdist_checked,
- "build_src": build_src,
},
python_requires='>=3.5',
zip_safe=False,