Skip to content

Use a Src or Flat Layout

What:

A src layout is a project that uses a src directory to house code whereas a flat layout is where the source files are in the root of the directory

Why: https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/
When:Inception