switch to flit build backend

This commit is contained in:
David Lord 2023-06-27 14:03:25 -07:00
parent d67c47b81f
commit f38f3a745a
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 20 additions and 5 deletions

View file

@ -5,6 +5,7 @@ Unreleased
- Python 3.12 compatibility.
- Require Werkzeug >= 2.3.6.
- Use ``flit_core`` instead of ``setuptools`` as build backend.
- Refactor how an app's root and instance paths are determined. :issue:`5160`