Skip to content

Commit 5fef70a

Browse files
committed
Try and include cythonize before setuptools
1 parent f188658 commit 5fef70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# https://github.com/pypa/setuptools/blob/main/docs/deprecated/distutils-legacy.rst
1515
os.environ['SETUPTOOLS_USE_DISTUTILS'] = 'local'
1616

17+
from Cython.Build import cythonize # noqa: E402
1718
from setuptools import setup # noqa: E402
1819
from setuptools.extension import Extension # noqa: E402
19-
from Cython.Build import cythonize # noqa: E402
2020

2121

2222
# Enable limited API for Python 3.11+

0 commit comments

Comments
 (0)