Packaging this Site on PyPI#
README.md. Move to.rstsomehow, add proper descriptionMANIFEST.insetup.cfgauthor_emailclassifierskeywords
setup.pytox.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