Last Updated: February 25, 2016
·
349
· naumanahmad

Commands For Uploading Package To PyPi

pip install wheel twine
python setup.py sdist bdist_wheel
python setup.py register
twine upload dist/*