From b10dec0f0585c305dde9d053eb38de07bf0d11a2 Mon Sep 17 00:00:00 2001 From: Sumana Harihareswara Date: Thu, 28 May 2020 16:57:37 -0400 Subject: [PATCH] Update sample author email Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Taking this opportunity to make the sample author email address more sensical. Signed-off-by: Sumana Harihareswara --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8b41ed7a..25d9d613 100644 --- a/setup.py +++ b/setup.py @@ -65,11 +65,11 @@ # This should be your name or the name of the organization which owns the # project. - author='The Python Packaging Authority', # Optional + author='A. Random Developer', # Optional # This should be a valid email address corresponding to the author listed # above. - author_email='pypa-dev@googlegroups.com', # Optional + author_email='author@example.com', # Optional # Classifiers help users find your project by categorizing it. #