yeraydiazdiaz / lunr.py

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

Fix misleading usage of `__main__.py` without runnable code #131

Closed yeraydiazdiaz closed 1 year ago

yeraydiazdiaz commented 1 year ago

__main__.py is inteded to host runnable code to be executed the user runs python -m lunr.

Rename __main__.py to lunr.py to avoid confusion.

Closes https://github.com/yeraydiazdiaz/lunr.py/issues/119