From: Jason R. Coombs Date: Sat, 18 Jun 2022 03:12:07 +0000 (-0400) Subject: Add jaraco as primary owner of importlib.metadata and importlib.resources. (#93960) X-Git-Tag: v3.12.0a1~1215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b96d56d4340daf19e3fe8d9371dda278ef7a4656;p=thirdparty%2FPython%2Fcpython.git Add jaraco as primary owner of importlib.metadata and importlib.resources. (#93960) * Add jaraco as primary owner of importlib.metadata and importlib.resources. * Align indentation. Co-authored-by: Ezio Melotti Co-authored-by: Ezio Melotti --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0aea3983fa60..8f9eefaeaa2e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -60,6 +60,8 @@ Python/pythonrun.c @iritkatriel # bytecode. **/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw **/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw +**/importlib/resources/* @jaraco @warsaw @brettcannon +**/importlib/metadata/* @jaraco @warsaw # Dates and times **/*datetime* @pganssle @abalkin