Metadata-Version: 2.4
Name: omninsinc
Version: 0.0.1
Summary: Meu primeiro pacote python
Author-email: Seu Nome <seu@email.com>
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Meu Pacote Python

Pacote de exemplo publicado no PyPI.

## Instalação

pip install meu-pacote-exemplo

## Uso

```python
from meu_pacote import saudacao

print(saudacao("João"))



---

# 5️⃣ Instalar ferramentas

```bash
pip install build twine


python -m build
