Metadata-Version: 2.1
Name: curso-fiap
Version: 1.0.0
Summary: Descricao da sua lib cursofiap
Home-page: https://github.com/matheuscarrillo/cursofiap
Author: Matheus Carrillo
Author-email: matheus_carrillo@hotmail.com
License: MIT
Description-Content-Type: text/markdown

# Cursofiap

A simple example library.

## Installation

```sh
pip install cursofiap
```

## Usage

```python
from cursofiap import hello_world

print(hello_world())
```
