buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

Should not install tests #128

Open vpzomtrrfrt opened 1 month ago

vpzomtrrfrt commented 1 month ago

This project's setup.py includes:

    packages=['natto', 'tests'],

Which causes installation via pip, etc., to add a "tests" module into site-packages. I imagine this is not useful to library consumers, and would conflict with any other project that did this