Hi folks, I'm trying to migrate h3-py from scikit-build to scikit-build-core: uber/h3-py#378
I'm currently running into an issue: No "FindCython.cmake" found in CMAKE_MODULE_PATH
I was wondering if anyone recognized what was going on, and could point me towards any ideas on how to resolve it.
Also, I've noticed in the docs things like "Scikit-build-core does not include helpers for F2Py or Cython like scikit-build classic yet. These will be carefully reimagined soon." Since our project uses Cython, does that mean we should avoid scikit-build-core for now because things just won't work, or does it mean that I'll just have to do a few things manually (and what would that look like)?