Pypi Packaging
Tutorial
https://packaging.python.org/tutorials/packaging-projects/
different and probably obsolete
- missing pyproject.toml
- could that could be used to build local docs?
- READE.rst instead of README.md
- tests directory is lower in structure
- setup.cfg missing metadata
- no mention of release tag moin-2.0.0a8
On activated venv, update setuptools and twine.
pip install --upgrade setuptools wheel pip install --upgrade twine pip install --upgrade build
Generate a release tag on release branch
Build the distribution