Metadata-Version: 2.1
Name: cursofiaplibtest-package
Version: 1.0.0
Summary: Python package for LIBTEST
Author: Paulo Guedes
Author-email: email.example@example.com
License: MIT
Description-Content-Type: text/markdown

## gerar os pacotes

``` bash
   python setup.py sdist bdist_wheel
```

## upload dos pacotes

``` bash
   twine upload dist/*
```
