summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattip <matti.picus@gmail.com>2021-11-19 12:28:02 +0200
committermattip <matti.picus@gmail.com>2021-11-19 12:28:02 +0200
commitc2269a0608b607248d9b3adcda36b4b6a4c10bd4 (patch)
tree9efd39fc1e280232f607b0b4c550125c23a689a8
parent3774a620f79c069173d2567f09a9760f8ba0d564 (diff)
downloadnumpy-c2269a0608b607248d9b3adcda36b4b6a4c10bd4.tar.gz
MAINT: import setuptools beforew distutils
-rw-r--r--numpy/random/_examples/cython/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/random/_examples/cython/setup.py b/numpy/random/_examples/cython/setup.py
index 7e0dd3e05..f41150fdb 100644
--- a/numpy/random/_examples/cython/setup.py
+++ b/numpy/random/_examples/cython/setup.py
@@ -4,6 +4,7 @@ Build the Cython demonstrations of low-level access to NumPy random
Usage: python setup.py build_ext -i
"""
+import setuptools # triggers monkeypatching distutils
from distutils.core import setup
from os.path import dirname, join, abspath