
---

# 📝 **4. pyproject.toml**

```toml
[project]
name = "timifypy"
version = "0.1.0"
authors = [
    { name="Ajay Antony Joseph", email="ajayjoseph24@gmail.com" }
]
description = "A tiny and simple Python timer/stopwatch utility."
readme = "README.md"
requires-python = ">=3.8"
license = { text = "MIT" }
keywords = ["timer", "stopwatch", "performance", "benchmark", "time"]

[project.urls]
Homepage = "https://github.com/ajayjoseph13/timify"
