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=[],