From 7ed00ef44614555d917d42bcd597d32040e40dab Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 17 Nov 2019 17:53:00 +0100 Subject: [PATCH] setup.py: Update package author info --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2b83f401..fedfa5f6 100755 --- a/setup.py +++ b/setup.py @@ -252,8 +252,8 @@ def run(self): version=version_string, url="https://github.com/quodlibet/mutagen", description="read and write audio tags for many formats", - author="Michael Urman", - author_email="quod-libet-development@groups.google.com", + author="Christoph Reiter", + author_email="reiter.christoph@gmail.com", license="GPL-2.0-or-later", classifiers=[ 'Operating System :: OS Independent',