bocadilloproject/aiodine

Prevent setup unnecessary modules

Opened this issue · 1 comments

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)