
---

### ✅ Step 1.2: Add a `LICENSE`

Since your GitHub repo is public and you're about to publish to PyPI, I recommend the [MIT License](https://opensource.org/license/mit/) for simplicity and permissiveness.

Create a `LICENSE` file in your project root:

```text
MIT License

Copyright (c) 2025 Jan Kristanto Wibisono

Permission is hereby granted, free of charge, to any person obtaining a copy
...
