From 19c587774a2aeabc4a0f1c3294214605b6a8fc68 Mon Sep 17 00:00:00 2001 From: Thomas Reifenberger <tom-mi@users.noreply.github.com> Date: Sat, 14 Nov 2020 14:41:41 +0100 Subject: [PATCH] Fix author email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e2b592..aaa7f00 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( license='GPLv2', author='Thomas Reifenberger', install_requires=[], - author_email='tom-mi at rfnbrgr.de', + author_email='tom-mi@users.noreply.github.com', description='Pack and unpack Check_MK mkp files', long_description=read_md('README.md'), packages=find_packages(), -- GitLab