Issue : Missing Description in `setup.py`

Author: PrinceSajjadHussainCreated Jun 22, 2025Updated Jun 22, 2025

The `long_description` argument is missing in the `setup()` function call. This argument is important for providing a more detailed description of the package on platforms like PyPI, which improves discoverability and provides users with more context.