I want to add a type stub file (.pyi) to my module-only project. The projects consists as follows:
foo.py
foo.pyi
setup.py
I know foo.py
should be added to py_modules
arguments in setup
function.
But I don't know where foo.pyi
should be added.
The repository I'm trying to handle is https://github.com/studio-ousia/mojimoji