Skip to content

Commit c94e25a

Browse files
authored
Remove distutils
1 parent 3f376d1 commit c94e25a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
import os
44
import sys
55

6-
try:
7-
from setuptools import setup
8-
except ImportError:
9-
from distutils.core import setup
6+
from setuptools import setup
107

118
here = os.path.abspath(os.path.dirname(__file__))
129

0 commit comments

Comments
 (0)