Metadata-Version: 2.1
Name: pack-hello
Version: 0.0.1
Summary: Pacote de saudação
Home-page: https://github.com/Car-Lopes/projeto_package
Author: Carlos_Lopes
Author-email: car.l1991@yahoo.com.br
Requires-Python: >=3.0
Description-Content-Type: text/markdown

# pack_hello

Description. 
The package package_name is used to:
	- hello
	-

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install package_name

```bash
pip install pack_hello
```

## Usage

```python
from pack_hello import hello
hello.hello()
```

## Author
Carlos Lopes

## License
[MIT](https://choosealicense.com/licenses/mit/)
