From 5cb099d54e0c8055d974b67f158a9525e330d005 Mon Sep 17 00:00:00 2001 From: Kshithij Iyer Date: Mon, 27 Jul 2020 14:09:41 +0530 Subject: [PATCH] Remove empty auther_email field from setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3f5b2a59..1d601d77 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,6 @@ description='TLS/SSL network security testing tool', long_description=long_description, author='Google Inc.', - author_email='', license='Apache License 2.0', url='https://github.com/google/nogotofail',