Metadata-Version: 2.4
Name: hello-pip-sahil
Version: 0.1.0
Summary: My first pip package
Author: Sahil
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# hello-pip-sahil

A tiny demo pip package.

## Usage
```python
from hello_pip import say_hello
print(say_hello("Sahil"))
```
