# パッケージをビルドする

```bash
poetry build
Building haniwers (0.22.0)
Building sdist
  - Building sdist
  - Built haniwers-0.22.0.tar.gz
Building wheel
  - Building wheel
  - Built haniwers-0.22.0-py3-none-any.whl
```

- `poetry build` でパッケージをビルド（配布形式に変換）できます
- パッケージの設定は `/pyproject.toml` の `[project.*]` で確認できます
