Skip to content

Commit 81dd133

Browse files
committed
Require setuptools for the build.
1 parent f129884 commit 81dd133

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

setup.py

+1-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
import re
44
import sys
55

6-
try:
7-
import setuptools
8-
except ImportError:
9-
pass
10-
11-
from distutils.core import setup, Extension
6+
from setuptools import setup, Extension
127

138

149
ext_modules = [

0 commit comments

Comments
 (0)