Open vpzomtrrfrt opened 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
This project's setup.py includes:
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