Metadata-Version: 2.4
Name: jayanth-first-package
Version: 0.0.1
Summary: My first Python package
Author: Jayanth
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# My First Package

This is my first Python package.

## Usage

```python
from myfirstpackage import greet

print(greet("Jayanth"))
```
