pip3 install setuptools twine
python setup.py sdist
twine upload --config-file .\.pypirc --repository-url https://upload.pypi.org/legacy/ dist/* 
twine upload --config-file .\.pypirc .\dist\iniUts-1.1.
