Skip to content

Commit d24b02b

Browse files
committed
cythonize() takes only pyx and breaks on pxd now? #25
1 parent 0b3e051 commit d24b02b

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
@@ -44,7 +44,7 @@
4444

4545
extensions = cythonize([
4646
Extension("frog",
47-
[ "libfolia_classes.pxd", "frog_classes.pxd", "frog_wrapper.pyx"],
47+
[ "frog_wrapper.pyx"],
4848
language='c++',
4949
include_dirs=includedirs,
5050
library_dirs=libdirs,

0 commit comments

Comments
 (0)