From e4e6cb566f6901b2aa9d5cb38412d6a625e104d5 Mon Sep 17 00:00:00 2001 From: "Terence D. Honles" Date: Thu, 1 Apr 2021 19:40:47 -0700 Subject: [PATCH] fix setup.cfg warnings breaking tox (pypa/setuptools#2588) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index cdd6ddc..2ef9fd6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,9 +5,9 @@ long_description = file: README.md long_description_content_type = text/markdown keywords = virtual, environments, isolated, testing maintainer = Yusuke Miyazaki -maintainer-email = miyazaki.dev@gmail.com +maintainer_email = miyazaki.dev@gmail.com author = Yusuke Miyazaki -author-email = miyazaki.dev@gmail.com +author_email = miyazaki.dev@gmail.com url = https://github.com/ymyzk/tox-gh-actions project_urls = Source=https://github.com/ymyzk/tox-gh-actions