tldr

My Linux cheatsheets, compatible with tldr

Maintaining PyPI packages

Maintaining packages on the Python Package Index More information: https://packaging.python.org/tutorials/packaging-projects/

python3 setup.py sdist bdist_wheel

twine upload dist/*