I want to add a type stub file (.pyi) to my module-only project. The projects consists as follows:
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
I want to add a type stub file (.pyi) to my module-only project. The projects consists as follows:
I know
foo.pyshould be added topy_modulesarguments insetupfunction.But I don't know where
foo.pyishould be added.The repository I'm trying to handle is https://github.com/studio-ousia/mojimoji