We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0465df commit bb302d4Copy full SHA for bb302d4
setup.py
@@ -2,7 +2,7 @@
2
import os
3
import sys
4
5
-from distutils.core import setup, Extension
+from setuptools import setup, Extension
6
7
from Cython.Distutils import build_ext
8
0 commit comments