Project Setup
hatch init
Running hatch init creates scaffolding for a Python project.
- Directory tree (uses a src layout)
- Default
LICENSEandREADMEfiles - pyproject.toml
I made some edits before doing the initial git commit.
Running hatch init creates scaffolding for a Python project.
LICENSE and README filesI made some edits before doing the initial git commit.