Skip to content

Commit

Permalink
MAINT: import setuptools beforew distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip authored and charris committed Nov 20, 2021
1 parent fc9b124 commit 14bec4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions numpy/random/_examples/cython/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
Usage: python setup.py build_ext -i
"""
import setuptools # triggers monkeypatching distutils
from distutils.core import setup
from os.path import dirname, join, abspath

Expand Down

0 comments on commit 14bec4f

Please sign in to comment.