martinrusev
8/24/2011 - 8:49 PM

Build and upload a python app to Pypi

Build and upload a python app to Pypi

pip install twine setuptools
python setup.py sdist build
twine upload dist/*