1 | initial version |
It is not allowed (but not very well documented) to have a cython file zeroforcing/fastqueue/fastqueue.pyx
in order to create the extension module zerforcing.fastqueue
. Either
zeroforcing/fastqueue.pyx
zeroforcing.fastqueue.fastqueue
(the first argument of Extension
in your setup.py
)