We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f376d1 commit c94e25aCopy full SHA for c94e25a
1 file changed
setup.py
@@ -3,10 +3,7 @@
3
import os
4
import sys
5
6
-try:
7
- from setuptools import setup
8
-except ImportError:
9
- from distutils.core import setup
+from setuptools import setup
10
11
here = os.path.abspath(os.path.dirname(__file__))
12
0 commit comments