Closed jh-RLI closed 1 year ago
As discussed today we follow the Hitchhiker’s Guide to Python and remove the src
folder.
Your library does not belong in an ambiguous src or python subdirectory.
source: https://docs.python-guide.org/writing/structure/#the-actual-module
Description of the issue
As it we discussed about the name of the source dir... the
src
is meant as placeholder for the actual module. It can include sub modules of course. But for some use cases its more clean to have a structure likemodule-name/
... rather thensrc/module-name folder/
... .Ideas of solution
Rename folder
Workflow checklist