Skip to content

Commit 8f9b017

Browse files
committed
Remove old build step
1 parent e3569b1 commit 8f9b017

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

source-code/cython/Numpy/setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
from distutils.core import setup
44
from Cython.Build import cythonize
55

6-
setup(
7-
ext_modules=cythonize('*.pyx')
8-
)
96
setup(
107
ext_modules=cythonize(['array_init.pyx', 'array_init_pure.py',
118
'array_sum.pyx', 'array_sum_pure.py'],

0 commit comments

Comments
 (0)