diff options
author | Brian Harring <ferringb@gmail.com> | 2024-01-24 19:55:47 -0800 |
---|---|---|
committer | Brian Harring <ferringb@gmail.com> | 2024-01-24 19:55:47 -0800 |
commit | 4fd56460f0774a51359cd600838fb59100b8a423 (patch) | |
tree | 3cd9951d7c04394f7b61d39862862b7da3a978c4 | |
parent | authors: Add Marien Zwart (diff) | |
download | pkgcore-4fd56460f0774a51359cd600838fb59100b8a423.tar.gz pkgcore-4fd56460f0774a51359cd600838fb59100b8a423.tar.bz2 pkgcore-4fd56460f0774a51359cd600838fb59100b8a423.zip |
authors: Add Michał Górny
`git log -p --author=mgorny` should there be questions;
EAPI8 implementation in parallel to supportive work for downstream pkgcore
users.
Worst case, consider this me attempting to throw a sense of responsibility
thus further contributions onto him.
Signed-off-by: Brian Harring <ferringb@gmail.com>
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4ed54aa06..2fb6567f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ license = {file = "LICENSE"} requires-python = "~=3.10" # alphabetical order. authors = [ + {name = "Michał Górny"}, {name = "Tim Harder", email = "radhermit@gmail.com"}, {name = "Brian Harring", email = "ferringb@gmail.com"}, {name = "Arthur Zamarin", email = "arthurzam@gentoo.org"}, |