* 17: Prefer `build <https://pypi.org/project/build>`_ for loading metadata.
2.7.1
======
* 14: Suppress warnings in tomli (pypa/pep517122).
2.7.0
======
* Rely on importlib_metadata 4 to return clean metadata. Fixes 10 by eliminating that functionality.
2.6.0
======
* When dedenting a long description, avoid dedenting if not needed, as found in experimental versions of ``importlib_metadata``.
2.5.0
======
9: Now CheckdocsItem is a simple item and is discovered if any Python project file (``pyproject.toml``, ``setup.cfg``, ``setup.py``) is found. Also fixes 8.