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 0b3e051 commit d24b02bCopy full SHA for d24b02b
setup.py
@@ -44,7 +44,7 @@
44
45
extensions = cythonize([
46
Extension("frog",
47
- [ "libfolia_classes.pxd", "frog_classes.pxd", "frog_wrapper.pyx"],
+ [ "frog_wrapper.pyx"],
48
language='c++',
49
include_dirs=includedirs,
50
library_dirs=libdirs,
0 commit comments