We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab7960 commit fc23bc2Copy full SHA for fc23bc2
setup.py
@@ -283,10 +283,10 @@ def build_mgclient_for(self, extension: Extension):
283
setup(
284
name="pymgclient",
285
version=version,
286
- maintainer="Benjamin Antal",
287
- maintainer_email="benjamin.antal@memgraph.com",
288
- author="Marin Tomic",
289
- author_email="marin.tomic@memgraph.com",
+ maintainer="Matt James",
+ maintainer_email="matthew.james@memgraph.io",
+ author="Colin Barry",
+ author_email="colin.barry@memgraph.io",
290
license="Apache2",
291
python_requires=">=3.9",
292
description="Memgraph database adapter for Python language",
0 commit comments