diff --git a/setup.py b/setup.py index eb1fbad..464e745 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with IDLBridge. If not, see . -from distutils.core import setup -from distutils.extension import Extension +from setuptools import setup, Extension from Cython.Build import cythonize import sys import numpy