From e9ed0cdd189979fcf3ae5c7833b2ba667de734a7 Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 19 Aug 2025 16:21:09 +0100 Subject: [PATCH] Updated author and maintainer in setup.py --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 5dfde6f..36203bd 100644 --- a/setup.py +++ b/setup.py @@ -283,10 +283,10 @@ def build_mgclient_for(self, extension: Extension): setup( name="pymgclient", version=version, - maintainer="Benjamin Antal", - maintainer_email="benjamin.antal@memgraph.com", - author="Marin Tomic", - author_email="marin.tomic@memgraph.com", + maintainer="Matt James", + maintainer_email="matthew.james@memgraph.io", + author="Colin Barry", + author_email="colin.barry@memgraph.io", license="Apache2", python_requires=">=3.9", description="Memgraph database adapter for Python language",