yeraydiazdiaz / lunr.py

A Python implementation of Lunr.js 🌖
http://lunr.readthedocs.io
MIT License
187 stars 16 forks source link

Missing py.typed #158

Open dhdaines opened 1 month ago

dhdaines commented 1 month ago

Projects using lunr.py have to put # type: ignore everywhere because there is no py.typed file (even though there are some types).

Fixed by #156