diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2019-09-21 15:17:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-21 15:17:40 -0600 |
commit | 2d1bc73d667ae6ac425cfd05a85d3727b0570115 (patch) | |
tree | 40be95480f27d218734c29af06d8db0134f7869d | |
parent | 759445543e7bb915f361d84660c2b92e4e04c384 (diff) | |
parent | 928c759a8a21677ad334f2ca8c5f9af19dd06ecc (diff) | |
download | numpy-2d1bc73d667ae6ac425cfd05a85d3727b0570115.tar.gz |
Merge pull request #14570 from mattip/fix-build_src-import
BUG: importing build_src breaks setuptools monkeypatch for msvc14
-rwxr-xr-x | setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |