# thats the only way to get md into pypi:

git push (for the images)
vi setup.py -> add new version.
rm -rf dist/
python setup.py sdist
twine upload dist/*


