switch to pyproject.toml

This commit is contained in:
David Lord 2023-01-18 09:50:41 -08:00
parent 9da947a279
commit 6d6d986fc5
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
6 changed files with 123 additions and 141 deletions

View file

@ -3,6 +3,8 @@ Version 2.3.0
Unreleased
- Use modern packaging metadata with ``pyproject.toml`` instead of ``setup.cfg``.
:pr:`4947`
- Ensure subdomains are applied with nested blueprints. :issue:`4834`