------ - Support Python 3.12 with removed distutils, imp. - Use setuptools for enscons.cpyext, only required for enscons projects with extensions. - Use tomllib (Python 3.11+) or tomli.
0.28.0
------ - Update editables for approved PEP 660 - Fix zipfile **kwargs bug
0.27.0
------ - Fix get_abi3_tag() to avoid manylinux - Use packaging.tags instead of own tags implementation
0.26.0
------ - Support PEP 621 metadata
0.25.0
------ - Fix ;-separated package; marker handling. - Automatically add `editable` target, building a special wheel that redirects imports for your modules to the source code.
0.23.0
------ - Add support for `scons develop` for editable installs, automatically builds required metadata if missing. Requires change to `SConstruct` compared to previous `setup.py` emulation.