mocobeta / janome

Japanese morphological analysis engine written in pure Python
https://mocobeta.github.io/janome/en/
Apache License 2.0
848 stars 51 forks source link

Switch to pyproject.toml from setup.py #119

Open mocobeta opened 1 year ago

mocobeta commented 1 year ago

It would not be a trivial change though, I'd like to use pyproject.toml and Poetry instead of setup.py to make the packaging procedure more developer friendly.

https://python-poetry.org/docs/pyproject/

The main concern here is building and packaging dictionary files.