aiodine icon indicating copy to clipboard operation
aiodine copied to clipboard

Prevent setup unnecessary modules

Open Alviner opened this issue 5 years ago • 1 comments

Expected behavior setup.py install aiodine

Actual behavior setup.py install aiodine, tests...

Possible solutions specify modules to install in setup.py

Alviner avatar Dec 25 '19 09:12 Alviner

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)

Olegt0rr avatar Sep 07 '21 04:09 Olegt0rr