Skip to content

Commit fc23bc2

Browse files
authored
Updated author and maintainer in setup.py (#76)
1 parent 5ab7960 commit fc23bc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,10 @@ def build_mgclient_for(self, extension: Extension):
283283
setup(
284284
name="pymgclient",
285285
version=version,
286-
maintainer="Benjamin Antal",
287-
maintainer_email="benjamin.antal@memgraph.com",
288-
author="Marin Tomic",
289-
author_email="marin.tomic@memgraph.com",
286+
maintainer="Matt James",
287+
maintainer_email="matthew.james@memgraph.io",
288+
author="Colin Barry",
289+
author_email="colin.barry@memgraph.io",
290290
license="Apache2",
291291
python_requires=">=3.9",
292292
description="Memgraph database adapter for Python language",

0 commit comments

Comments
 (0)