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
- Bump the version number
- Delete these if they exist:
build
,*.egg-info
,dist
pip install wheel twine
python setup.py sdist bdist_wheel
python -m twine upload ./dist/*