Metadata-Version: 2.1
Name: cursofiap-ghp-package
Version: 1.0.0
Summary: Descricao da sua lib cursofiap-ghp
Home-page: https://github.com/tadrianonet/cursofiap-ghp
Author: seu nome
Author-email: seu.email@example.com
License: MIT
Description-Content-Type: text/markdown

# Cursofiap-ghp

A simple example library.

## Installation

```sh
pip install cursofiap-ghp
```

## Usage

```python
from cursofiap-ghp import hello_world

print(hello_world())
```
