Packaging for PyPI was done following the official instructions as well as this guide on minimal package requirements.
The documentation was created using Sphinx and ReadTheDocs, following these instructions.
To re-build and submit a new version to PyPI:
- Increment the version number in
setup.py
$ python setup.py sdist bdist_wheel
- Remove the old versions from
dist/
$ /Users/irv033/.local/bin/twine upload dist/*