aiodine
aiodine copied to clipboard
Prevent setup unnecessary modules
Expected behavior setup.py install aiodine
Actual behavior setup.py install aiodine, tests...
Possible solutions specify modules to install in setup.py
Good solution is remove setup.py
and add poetry
.
It's a really great tool to manage and publish python libs in a few clicks (commands)