Metadata-Version: 2.4
Name: calculator_xyz
Version: 0.1.1
Summary: Biblioteca de operações matemáticas básicas em Python.
Home-page: https://github.com/paulossjunior/calculatora-fastapi-lib
Author: Vitor Ramos
Author-email: vitorramosnascimento10@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# publicar Lib pyhton

sempre que for atualizar a lib é necessário excluir a pasta dist que é criada

- python -m pip install build twine wheel
- python -m build
- python -m twine upload dist/*

o nome da pasta src deve ser o nome da lib
