Closed ZeeD closed 3 months ago
Hi @ZeeD!
Thank you for using this library. I've reproduced this error in nvim
. I'll take care of this. I'm currently occupied but I can get it done. It looks like I just need to add this
[tool.setuptools.package-data]
"pkgname" = ["py.typed"]
to pyproject.toml
and add py.typed
to the source folder and it should be good to go.
I added the above and installed the package in editable mode and it works in nvim
:
Changes are on fix/py-typed
. Let me know that it works for you and I'll merge and release it.
Hi @acederberg !
thanks for the quick response and the changes!
yeah, it should be good with just the py.typed
in the published package
I am not sure why the fix/py-typed branch was never merged, but I just submitting a similar PR
I thought I had fixed this, sorry @ZeeD! It is now merged in tag 2.3.1
.
At the moment if I import your module I have