We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f188658 commit 5fef70aCopy full SHA for 5fef70a
setup.py
@@ -14,9 +14,9 @@
14
# https://github.com/pypa/setuptools/blob/main/docs/deprecated/distutils-legacy.rst
15
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
16
17
+from Cython.Build import cythonize # noqa: E402
18
from setuptools import setup # noqa: E402
19
from setuptools.extension import Extension # noqa: E402
-from Cython.Build import cythonize # noqa: E402
20
21
22
# Enable limited API for Python 3.11+
0 commit comments