Wiki Page Content

Revision 2 as of 2021-04-24 20:59:43

Clear message

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

Copyright © 2002-2020 by DigitalRockArt.org and all contributing authors. Contact: digitalrockart@yahoo.com.