From 73938dfbb22fce3fe2df5b5ee323d66a041b6e3b Mon Sep 17 00:00:00 2001 From: Matt Scicluna Date: Sat, 25 Oct 2025 13:18:49 -0400 Subject: [PATCH] updated package description to add new contributors --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 05b6ac2..b72ee11 100644 --- a/setup.py +++ b/setup.py @@ -52,6 +52,8 @@ description="graphtools", author="Scott Gigante, Daniel Burkhardt, and Jay Stanley, Yale University", author_email="scott.gigante@yale.edu", + maintainer="João Felipe Rocha (Yale University) and Matthew Scicluna (Université de Montréal)", + maintainer_email="joaofelipe.rocha@yale.edu, matthew.scicluna@umontreal.ca", packages=[ "graphtools", ],