* Fix ``setup_requires`` and ``install_requires`` metadata in ``setup.cfg``. Given by Anthony Sottile.
1.0.1
=====
* Update Trove classifiers. Closes 63
1.0
===
* Backport fix for test isolation from Python 3.8/3.7. Closes 61
0.8
===
* Strip ``importlib_resources.__version__``. Closes 56 * Fix a metadata problem with older setuptools. Closes 57 * Add an ``__all__`` to ``importlib_resources``. Closes 59
0.7
===
* Fix ``setup.cfg`` metadata bug. Closes 55
0.6
===
* Move everything from ``pyproject.toml`` to ``setup.cfg``, with the added benefit of fixing the PyPI metadata. Closes 54 * Turn off mypy's ``strict_optional`` setting for now.