I am having trouble finding a minimal example of a Cython project that uses meson-python for packaging and is set up using the “src layout” (as described here.
I have seen examples of meson-python projects, Cython projects, and src layout, but not one that includes all of these elements.
Can someone point me to one, or show how to set up the src layout directory structure, pyproject.toml file, and meson.build files to handle Cython?
I also will need a “tests” directory — where does this go and how can it import the built package?