From fb326b098c86abfe47a8d092fe65c305d7bf4913 Mon Sep 17 00:00:00 2001 From: Ahmed Khalid <106074266+ahmed-arb@users.noreply.github.com> Date: Wed, 5 Mar 2025 17:02:32 +0500 Subject: [PATCH] chore: update maintainers (#131) * chore: update maintainers --- README.rst | 2 +- pyproject.toml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 1d53d7c24..2a407fe77 100644 --- a/README.rst +++ b/README.rst @@ -131,7 +131,7 @@ The indigo theme can’t override styles for MFEs directly. It overrides the sty )) -This Tutor plugin is maintained by Hina Khadim from `Edly `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. +This Tutor plugin is maintained by Ahmed Khalid and Hammad Yousaf from `Edly `__. Community support is available from the official `Open edX forum `__. Do you need help with this plugin? See the `troubleshooting `__ section from the Tutor documentation. License diff --git a/pyproject.toml b/pyproject.toml index 9879752ab..d3658970e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,10 @@ readme = { file = "README.rst", content-type = "text/x-rst" } license = { text = "AGPLv3" } requires-python = ">=3.9" authors = [{ name = "Edly" }, { email = "hello@edly.io" }] -maintainers = [{ name = "Edly" }, { email = "hina.khadim@arbisoft.com" }] +maintainers = [ + { name = "Ahmed Khalid" }, { email = "ahmed.khalid@arbisoft.com" }, + { name = "Hammad Yousaf" }, { email = "hammad.yousaf@arbisoft.com" } +] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",