Metadata-Version: 2.1
Name: Primeiro-Pacote
Version: 0.0.1
Summary: Pacote diz olá
Home-page: https://github.com/Rayron2012/Dio_1_Repositorio_Bootcamp.git
Author: Rayron Soares
Author-email: rayron2013@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Primeiro_Pacote

O pacote diz olÃ¡

## Installation

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

```bash
pip install package_name
```

## Usage

```python
from package_name import file1_name
file1_name.ola()
```

## Author
Rayron Soares C

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

