From 1bc1231297d9e18386cdfce89a47c8c59458c22b Mon Sep 17 00:00:00 2001 From: Guillaume Klein Date: Wed, 2 Aug 2023 10:08:45 +0200 Subject: [PATCH] Remove author_email --- bindings/python/setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index 758f3a80..5c2b441a 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -70,7 +70,6 @@ def _maybe_add_library_root(lib_name, header_only=False): long_description=_get_long_description(), long_description_content_type="text/markdown", author="OpenNMT", - author_email="guillaume.klein@systrangroup.com", url="https://opennmt.net", classifiers=[ "Development Status :: 5 - Production/Stable",