python -m venv .venv
source .venv/bin/activate   # windows: .venv\Scripts\activate
pip install -U pip build hatchling
python -m build