src layout
AssessTechniques
A Python project structure that places package code under a src/ directory.
Why it's here
Placed in Assess: 1 article(s) of evidence from 1 source(s), led by framework updates, with 1 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.
Evidence (1)
- 6Simon Willison·7/28/2026framework_updateuv 0.12.0 updates default project layout
uv 0.12.0 introduces breaking changes to the default project scaffold created by uv init. The new template uses a src/ package layout, configures uv_build for wheel and source distribution builds, and adds a uv-init script alias that runs a main() function in the generated package.