From 8523ab011a50c739b5479dcf9a73a0ea21d210ea Mon Sep 17 00:00:00 2001 From: Maik Riechert Date: Sat, 5 Aug 2023 21:53:58 +0100 Subject: [PATCH] remove optional author_email field --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 3f58abb..9a30c78 100644 --- a/setup.py +++ b/setup.py @@ -290,7 +290,6 @@ def mac_libraw_compile(): long_description = open('README.md').read(), long_description_content_type='text/markdown', author = 'Maik Riechert', - author_email = 'maik.riechert@arcor.de', url = 'https://github.com/letmaik/rawpy', classifiers=[ 'Development Status :: 4 - Beta',