The release can be approved by merging this pull request into main. This will trigger jobs to publish the release to PyPI and reset develop from main, incrementing the patch version number.
Changelog
Fixes the description section on PyPI, which was previously not rendered correctly. Also switches to pyproject.toml from setup.cfg, updates docs, and adds some tests for MFZipFile.
Refactoring
refactor(metadata): Use pyproject.toml, retire setup.cfg (#63). Committed by w-bonelli on 2023-01-19.
Release 0.1.5
The release can be approved by merging this pull request into
main
. This will trigger jobs to publish the release to PyPI and resetdevelop
frommain
, incrementing the patch version number.Changelog
Fixes the description section on PyPI, which was previously not rendered correctly. Also switches to
pyproject.toml
fromsetup.cfg
, updates docs, and adds some tests forMFZipFile
.Refactoring