A TL;DR for package deployment because it’s complicated.

Classifiers Link to heading

Because I can’t find them when I need them.

Find em here

Commands to push to Pypi Link to heading
  1. Bump the version number
  2. Delete these if they exist: build, *.egg-info, dist
  3. pip install wheel twine
  4. python setup.py sdist bdist_wheel
  5. python -m twine upload ./dist/*