1 parent 66aa090 commit 4c1e2b7Copy full SHA for 4c1e2b7
1 file changed
setup.py
@@ -7,12 +7,8 @@
7
8
9
#-----------------------------------------------------------------------------
10
-try:
11
- from setuptools import setup, Extension, Command
12
- from setuptools.command import build_ext as _build_ext
13
-except ImportError:
14
- from distutils.core import setup, Extension, Command
15
- from distutils.command import build_ext as _build_ext
+from setuptools import setup, Extension, Command
+from setuptools.command import build_ext as _build_ext
16
17
18
0 commit comments