From 02f3609cb65280842b06eeeb31096445ee7a9eab Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 15 May 2022 23:47:10 -0500 Subject: add a note to news.rst --- docs/news.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/news.rst b/docs/news.rst index 05d8f9f..94deead 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -9,6 +9,8 @@ unreleased * Fix a broken compatibility shim that would cause the ConfigParser to fail on Python 3.12 when ``ConfigParser.readfp`` is removed. +* Drop setuptools dependency and start using ``importlib.metadata`` instead. + * Refactor repository into a src folder layout. 2.1.1 (2020-10-12) -- cgit v1.2.1