From 1ca0e862dda765c55e9124bf50a06a3e2f769521 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 15 Oct 2020 08:52:33 +0100 Subject: [PATCH] Correct author metadata (#122) Fixes issues found with package upload testpypi. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7ea4089..d0ca4fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,8 +8,8 @@ project_urls = Source Code = https://github.com/pycontribs/ansi2html long_description = file: README.rst long_description_content_type = text/x-rst -author = 'Ralph Bean' -author_email = 'rbean@redhat.com' +author = Ralph Bean +author_email = rbean@redhat.com classifiers = Development Status :: 5 - Production/Stable License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)