diff --git a/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst b/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst new file mode 100644 index 000000000000000..fcc618b51e1daf2 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-08-28-16-37-27.gh-issue-108580.BE0loO.rst @@ -0,0 +1,4 @@ +Add the properties ``PackageMetadata.authors`` and +``PackageMetadata.maintainers`` to the ``importlib.metadata`` module. These +unify and provide minimal parsing for the respective core metadata fields +("Author", "Author-email"), and ("Maintainer", "Maintainer-email").