Still no directories in lib?
-
Is there still no support for placing libraries as a directories within the lib folder? If not, is there support for egg files or wheels? How do you usually get around this?
-
Hi @brady-aiello,
You can add folders to
lib/
to your project. You can import them withfrom folder import file
.