Ensure the package installs cleanly and the entry point works correctly.
Scope
- `pyproject.toml` with correct metadata, dependencies, and entry point
- Entry point: `snack = "snacks.main:app"`
- Installable via `pipx install snack-stash` and `pip install snack-stash`
- `snack --help` works after install with no import errors
Acceptance criteria
Ensure the package installs cleanly and the entry point works correctly.
Scope
Acceptance criteria