Packaging this Site on PyPI

  • README.md. Move to .rst somehow, add proper description

  • MANIFEST.in

  • setup.cfg

    • author_email

    • classifiers

    • keywords

  • setup.py

  • tox.ini?

  • .travis.yml?

Log

build package
$ python3 -m pip install --upgrade build
$ python -m build
Wheels are ZIP files
$ python -m zipfile --list dist/opentraining-0.99.999-py3-none-any.whl
Installation
$ pip install dist/opentraining-0.99.999-py3-none-any.whl
$ pip uninstall opentraining