From 309817db93e51052ec826532f5ea7a86f93b2f00 Mon Sep 17 00:00:00 2001 From: mhsiddiqui Date: Sun, 15 Oct 2023 18:56:01 +0500 Subject: [PATCH] Added maintainer email and added troubleshooting section in Readme --- README.rst | 5 +++++ setup.py | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c21eb8f..7792621 100644 --- a/README.rst +++ b/README.rst @@ -126,6 +126,11 @@ Then build the lab image again:: You should now be able to run ``import matplotlib`` statements within your Jupyter notebooks. +Troubleshooting +--------------- + +This Tutor plugin is maintained by Muhammad Hassan Siddiqi 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/setup.py b/setup.py index 9ab0ae1..137c7ef 100644 --- a/setup.py +++ b/setup.py @@ -34,8 +34,8 @@ def load_about(): }, license="AGPLv3", author="Overhang.IO", - maintainer="RĂ©gis Behmo", - maintainer_email="regis@overhang.io", + maintainer="Edly", + maintainer_email="mhassan.eeng@gmail.com", description="Jupyter Notebook plugin for Tutor", long_description=load_readme(), packages=find_packages(exclude=["tests*"]),