From 7bd9bd7b471be89f0955ebb80d275c2cca8c024a Mon Sep 17 00:00:00 2001 From: Shane Harvey Date: Thu, 9 Dec 2021 17:55:26 -0800 Subject: [PATCH] PYTHON-2160 Stop using Google Groups email address (#818) --- THIRD-PARTY-NOTICES | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/THIRD-PARTY-NOTICES b/THIRD-PARTY-NOTICES index 4f2edb866..28a340b3f 100644 --- a/THIRD-PARTY-NOTICES +++ b/THIRD-PARTY-NOTICES @@ -4,7 +4,7 @@ be distributed under licenses different than the PyMongo software. In the event that we accidentally failed to list a required notice, please bring it to our attention through any of the ways detailed here: - mongodb-dev@googlegroups.com + https://jira.mongodb.org/projects/PYTHON The attached notices are provided for information only. diff --git a/setup.py b/setup.py index 464e33e08..7d1ad52dc 100755 --- a/setup.py +++ b/setup.py @@ -315,7 +315,6 @@ setup( description="Python driver for MongoDB ", long_description=readme_content, author="The MongoDB Python Team", - author_email="mongodb-user@googlegroups.com", url="http://github.com/mongodb/mongo-python-driver", keywords=["mongo", "mongodb", "pymongo", "gridfs", "bson"], install_requires=[],