diff options
author | mattip <matti.picus@gmail.com> | 2019-09-21 23:30:52 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-09-21 23:30:52 +0300 |
commit | 928c759a8a21677ad334f2ca8c5f9af19dd06ecc (patch) | |
tree | 40be95480f27d218734c29af06d8db0134f7869d | |
parent | 759445543e7bb915f361d84660c2b92e4e04c384 (diff) | |
download | numpy-928c759a8a21677ad334f2ca8c5f9af19dd06ecc.tar.gz |
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, |