Skip to content

2.9.0

Compare
Choose a tag to compare
@Knio Knio released this 16 Nov 05:36
· 3 commits to master since this release
4a66756
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 <tom@zkpq.ca>