We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de7de8 commit ebc107aCopy full SHA for ebc107a
setup.py
@@ -28,7 +28,7 @@
28
import os
29
import re
30
from os.path import join
31
-from Cython.Build import cythonize
+import Cython.Build
32
from setuptools import setup, Extension
33
import numpy as np
34
from numpy.distutils.conv_template import process_file as process_c_file
@@ -115,6 +115,7 @@ def extensions():
115
maintainer_email = "[email protected]",
116
description = "MKL-based FFT transforms for NumPy arrays",
117
version = version,
118
+ cmdclass={'build_ext': Cython.Build.build_ext},
119
include_package_data=True,
120
ext_modules=extensions(),
121
zip_safe=False,
0 commit comments