aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gmail.com>2024-01-24 19:55:47 -0800
committerBrian Harring <ferringb@gmail.com>2024-01-24 19:55:47 -0800
commit4fd56460f0774a51359cd600838fb59100b8a423 (patch)
tree3cd9951d7c04394f7b61d39862862b7da3a978c4
parentauthors: Add Marien Zwart (diff)
downloadpkgcore-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.toml1
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"},