]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add jaraco as primary owner of importlib.metadata and importlib.resources. (#93960)
authorJason R. Coombs <jaraco@jaraco.com>
Sat, 18 Jun 2022 03:12:07 +0000 (23:12 -0400)
committerGitHub <noreply@github.com>
Sat, 18 Jun 2022 03:12:07 +0000 (23:12 -0400)
* Add jaraco as primary owner of importlib.metadata and importlib.resources.

* Align indentation.

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
.github/CODEOWNERS

index 0aea3983fa600d2a0017cb520f6ca8a80b769e82..8f9eefaeaa2e84b1884abd209793d937eb5b2905 100644 (file)
@@ -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