⇤ ← Revision 1 as of 2021-04-21 20:08:02
Size: 265
Comment:
|
Size: 616
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
== 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 |
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