diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-06-18 03:12:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-18 03:12:07 (GMT) |
commit | b96d56d4340daf19e3fe8d9371dda278ef7a4656 (patch) | |
tree | fe5fb5ef8726c7b6d482bf94be693c6244cadde6 /.github/CODEOWNERS | |
parent | c1e19421c23d1261ecbbe7375316adc1c24f0a87 (diff) | |
download | cpython-b96d56d4340daf19e3fe8d9371dda278ef7a4656.zip cpython-b96d56d4340daf19e3fe8d9371dda278ef7a4656.tar.gz cpython-b96d56d4340daf19e3fe8d9371dda278ef7a4656.tar.bz2 |
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 <ezio.melotti@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0aea398..8f9eefa 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 |