Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 712 Bytes

developer_notes.md

File metadata and controls

15 lines (10 loc) · 712 Bytes

Developer notes

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:

  1. Increment the version number in setup.py
  2. $ python setup.py sdist bdist_wheel
  3. Remove the old versions from dist/
  4. $ /Users/irv033/.local/bin/twine upload dist/*