
Save the file.

---

## 2️⃣ Update `pyproject.toml` Properly

Make sure this is present:

```toml
[project]
name = "github-email-alert"
version = "0.1.3"
description = "Reusable GitHub Email Alert package for CI/CD workflows"
readme = "README.md"
requires-python = ">=3.8"
authors = [{ name = "Pandiyaraj Karuppasamy" }]
