Skip to content

Commit bb302d4

Browse files
committed
setup.py: use setuptools instead of distutils
1 parent d0465df commit bb302d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import sys
44

5-
from distutils.core import setup, Extension
5+
from setuptools import setup, Extension
66

77
from Cython.Distutils import build_ext
88

0 commit comments

Comments
 (0)