From 0a826b0f5ef44a409f01ac846e088dbdf13eafd0 Mon Sep 17 00:00:00 2001 From: Jeff Rouse Date: Sun, 10 May 2020 23:47:57 -0700 Subject: [PATCH] Updated maintainer information. Also fixes issue w/ PYPI metadata being stricter than previous releases. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 79a8bf5..739c295 100644 --- a/setup.py +++ b/setup.py @@ -57,8 +57,8 @@ def read(fname): keywords='application directory log cache user', author='Trent Mick', author_email='trentm@gmail.com', - maintainer='Trent Mick; Sridhar Ratnakumar; Jeff Rouse', - maintainer_email='trentm@gmail.com; github@srid.name; jr@its.to', + maintainer='Jeff Rouse', + maintainer_email='jr@its.to', url='http://github.com/ActiveState/appdirs', license='MIT', py_modules=["appdirs"],