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 e3569b1 commit 8f9b017Copy full SHA for 8f9b017
source-code/cython/Numpy/setup.py
@@ -3,9 +3,6 @@
3
from distutils.core import setup
4
from Cython.Build import cythonize
5
6
-setup(
7
- ext_modules=cythonize('*.pyx')
8
-)
9
setup(
10
ext_modules=cythonize(['array_init.pyx', 'array_init_pure.py',
11
'array_sum.pyx', 'array_sum_pure.py'],
0 commit comments