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 twinepython setup.py sdist bdist_wheelpython -m twine upload ./dist/*