
---

### 4. Build and Distribute Your Package

Open your terminal, navigate to your project directory (the one containing `setup.py`), and run:

```bash
# Create a source distribution and a wheel distribution
python setup.py sdist bdist_wheel
