Releases: Knio/dominate
Releases · Knio/dominate
2.9.1
2.9.0
Modernize setuptools support to use pyproject.toml (#184) * Modernize setuptools support to use pyproject.toml Replace the obsolete `setup.py` script and `setup.cfg` configuration file with the modern PEP 621 `pyproject.toml` metadata. This also implies replacing the custom version/long-description grabbing logic (that is broken with Python 3.12) with the features nowadays built-in in setuptools. Fixes #172 Co-authored-by: Tom Flanagan <[email protected]>