Metadata-Version: 2.1
Name: my_first_say_hello_package
Version: 0.1.0
Summary: A Python package that says hello
Author: Sharon Varghese
Author-email: sharonvarghese1997@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# My Awesome Package

This package provides a simple function to greet users by name.

## Installation

```bash
pip install my-first-say-hello-package
