Metadata-Version: 2.1
Name: util-rpa
Version: 1.34
Summary: Utilitarios usados por RPA Python
Author: Jonathan Bolo
Author-email: jonathan.bolo@telefonica.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE.txt

pip install twine
python setup.py bdist_wheel 
python setup.py sdist

twine upload dist/* 

